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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

update to latest opentelemtry #173

wants to merge 1 commit into from

Conversation

voidlock
Copy link
Member

@voidlock voidlock commented May 2, 2022

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

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.

None yet

1 participant