Skip to content

Releases: equinix-labs/otel-cli

v0.0.19

28 Oct 18:27
c0f1f96
Compare
Choose a tag to compare

Changelog

f324d97 Add OTEL_EXPORTER_OTLP_ENDPOINT config to example (#92)
3c5849c Add a second, more complex span exec test (#88)
79798b7 Add an otel-cli exec test & remove skip which was causing it to not be run by go test (#84)
bf628b5 add a test harness + test fixtures (#79)
29adc30 add support for OTLP/http (#93)
bbe3e8a fix exec --traceparent-ignore-env to do what it says on the tin (#85)
ffaa41a move test fixtures into go (#90)
c0f1f96 otlp/http should default to /v1/traces, according to the sp ec (#94)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.19

v0.0.18

10 Sep 22:25
3ddb598
Compare
Choose a tag to compare

Changelog

3ddb598 don't print on --tp-export (#77)
f4bbca3 only print errors with --verbose and always exit 0 (#76)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.18

v0.0.17

10 Sep 21:00
141f78d
Compare
Choose a tag to compare

Changelog

141f78d remove log line that was breaking some tools I'm working on (#75)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.17

v0.0.16

09 Sep 23:20
6a3a880
Compare
Choose a tag to compare

Changelog

370bf80 add span background wait (#73)
6a3a880 make --tp-carrier file shell-compatible (#74)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.16

v0.0.15

09 Sep 20:19
a744ece
Compare
Choose a tag to compare

Changelog

c9fac26 add status subcommand (#68)
44d2088 move config globals into a config struct (#69)
a744ece updated for unmarshal and map iterating viper env keys (#72)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.15

v0.0.14

01 Sep 18:14
7d2709f
Compare
Choose a tag to compare

Changelog

7d2709f Added basic subcommand completion (#64)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.14

v0.0.13

30 Aug 22:42
0c65472
Compare
Choose a tag to compare

Changelog

0c65472 remove bare image templates (#62)

Docker images

  • docker pull ghcr.io/equinix-labs/otel-cli:v0.0.13

v0.0.8

27 Aug 21:25
Compare
Choose a tag to compare

Changelog

bf14c79 add notes about fail-open behavior to README
a9dbdea remove default endpoint, stub initTracer()
2fbb1e0 rename short variable to be more readable
70c527e update help text for --timeout per code review
d75e962 use a single global timeout flag

v0.0.7

24 Aug 20:36
980a370
Compare
Choose a tag to compare

Changelog

980a370 Add Homebrew tap support via goreleaser (#48)
673be1b split server into package (#51)

v0.0.6-rc2

24 Aug 20:18
673be1b
Compare
Choose a tag to compare

Changelog

5cdec6f disable skip_upload for now, to test