Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to latest opentelemtry #173

Closed
wants to merge 1 commit into from
Closed

update to latest opentelemtry #173

wants to merge 1 commit into from

Conversation

alexmarnell
Copy link
Member

Updates the various OpenTelemetry libraries

  • go.opentelemetry.io/otel goes from v1.0.0-RC3 to v1.7.0
  • go.opentelemetry.io/otel/metric goes from v0.23.0 to v0.30.0
  • go.opentelemetry.io/otel/sdk/export/metric goes from v0.23.0 to v0.28.0

Breaking changes

The latter is a particularly impacting breaking change. Prior to this change histogram data was sent via the OTLP protocol as a collection of Gauge instruments. For endpoints that supported this very early prototype, this was consumed to provide Exact histogram data. After opentelemetry-go/pull/2348), Histogram data is sent using a configurable set of buckets.

The workaround is to utilize the new ExplicitHistogram type that was added in #170

@alexmarnell alexmarnell closed this Jun 3, 2024
@alexmarnell alexmarnell deleted the update-otel branch June 3, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant