github equinix-labs/otel-cli v0.1.0

latest releases: v0.4.5, v0.4.4, v0.4.3...
21 months ago

Changelog

Apologies for the very long delay between releases. There is a lot of pent-up change
in this release.

Bumped minor version to 0.1 because there are some changes in behavior around
endpoint URI handling and configuration. Also some inconsistencies in command line
arguments has been touched up, so some uses of single-letter flags and --ignore-tp-env
(renamed to `--tp-ignore-env to match other flags) might break.

Viper has been dropped in favor of directly loading configuration from json and
environment variables. It appears none of the Viper features ever worked in
otel-cli so it shouldn't be a big deal, but if you were using Viper configs they
won't work anymore and you'll have to switch to otel-cli's json config format.

Endpoints now conform mostly to the OTel spec, except for a couple cases
documented in the README.md.

  • 4256644 #108 fix span background attrs (#116)
  • e8b86f6 #142 follow spec for OTLP protocol (#148)
  • efb5608 #42 add version subcommand (#114)
  • 007f8f7 Add renovate.json (#123)
  • 9d7a668 Make the service/name CLI short args match the long args (#110)
  • b164427 add http testing (#143)
  • 1bce2eb chore(deps): update actions/checkout action to v3 (#134)
  • f48be8e chore(deps): update actions/setup-go action to v3 (#135)
  • 3213f9f chore(deps): update jaegertracing/all-in-one docker tag to v1.41.0 (#127)
  • 3ec8afa chore(deps): update otel/opentelemetry-collector docker tag to v0.69.0 (#128)
  • df4a473 chore(deps): update otel/opentelemetry-collector docker tag to v0.70.0 (#139)
  • 72df644 docs: --ignore-tp-env replace field to --tp-ignore-env (#147)
  • e48e468 feat: add span status code/description cli and env var (#111)
  • 9211107 fix(deps): update module github.com/google/go-cmp to v0.5.9 (#124)
  • 149ce17 fix(deps): update module github.com/pkg/errors to v0.9.1 (#129)
  • 4cbee08 fix(deps): update module github.com/pterm/pterm to v0.12.53 (#125)
  • b53e11e fix(deps): update module github.com/spf13/cobra to v1.6.1 (#130)
  • dd33e47 fix(deps): update opentelemetry-go monorepo to v1.12.0 (#146)
  • ce850f4 make grpc server stop more robust (#122)
  • 8eb37fb remove viper, fix tests, fix and expand envvars (#120)
  • ff5a4eb update OTel to 1.4.1 (#107)
  • b51d6fc update goreleaser config, add release procedure in README.md (#141)
  • 99c9242 update opentelemetry SDK to 1.11.2 (#138)

Don't miss a new otel-cli release

NewReleases is sending notifications on new releases.