8000 Tags · dmasar/otel-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dmasar/otel-cli

Tags

v0.0.21

Toggle v0.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .goreleaser.yml

v0.0.20

Toggle v0.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.0.19

Toggle v0.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
otlp/http should default to /v1/traces, according to the sp ec (equin…

…ix-labs#94)

v0.0.18

Toggle v0.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.0.17

Toggle v0.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove log line that was breaking some tools I'm working on (equinix-…

…labs#75)

probably need to add a "verbose" mode to otel-cli at some point so
errors are totally silent and only show up in verbose mode

Signed-off-by: Amy Tobey <atobey@equinix.com>

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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!

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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?

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.0.8

Toggle v0.0.8's commit message
update help text for --timeout per code review

Signed-off-by: Amy Tobey <atobey@equinix.com>
0