Tags: dmasar/otel-cli
Tags
Upgrade jaeger and otel collector images: (equinix-labs#104) Lots of updates to otel collect. For my testing most notably the status codes in jaeger were not being parsed correctly. This resolves this. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
don't print on --tp-export (equinix-labs#77) --tp-export also works with --tp-carrier now so fix that to not accidentally print which breaks things for people redirecting scripts and is Not Good. Signed-off-by: Amy Tobey <atobey@equinix.com>
make --tp-carrier file shell-compatible (equinix-labs#74) * make --tp-carrier file shell-compatible This reworks mostly code that was already there for --tp-print and --tp-export so no the --tp-carrier option writes and reads the same format. This makes it so you can directly source the carrier file from shell scripts. * fix otel carrier test Rather than parsing the file it's easiest to look and see if the traceparent is there at the end of the file after removing whitespace. Signed-off-by: Amy Tobey <atobey@equinix.com>
updated for unmarshal and map iterating viper env keys (equinix-labs#72) * updated for map bind over flags and arg order * added viper unmarshall to force env read on cobra initialize I'll make an issue for performance stuff like what I suggested in the comment. I want to get a release out more than I want to fiddle with shaving mircorseconds off startup :) THANK YOU!
Added basic subcommand completion (equinix-labs#64) Just added the sample shell completion logic, straight copy-paste. Will need to discuss customizing for required flags on all subcommands?
remove bare image templates (equinix-labs#62) I think these are implicitly destined for docker.io. I wish there was a way to dry run this.
PreviousNext