chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0#243
Closed
infer-bot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0#243infer-bot[bot] wants to merge 1 commit intomainfrom
infer-bot[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #242
Summary
This PR updates the OpenTelemetry SDK dependency from version 1.38.0 to 1.40.0 as requested in issue #242.
Changes Made
go.opentelemetry.io/otelfrom v1.38.0 to v1.40.0go.opentelemetry.io/otel/metricfrom v1.38.0 to v1.40.0go.opentelemetry.io/otel/sdkfrom v1.38.0 to v1.40.0go.opentelemetry.io/otel/sdk/metricfrom v1.38.0 to v1.40.0go.opentelemetry.io/otel/tracefrom v1.38.0 to v1.40.0Changelog Highlights (from 1.38.0 to 1.40.0)
Added
AlwaysRecordsampler ingo.opentelemetry.io/otel/sdk/traceEnabledmethod to all synchronous instrument interfacesgo.opentelemetry.io/otel/semconv/v1.39.0packageChanged
HistogramReservoir)Fixed
Deprecated
go.opentelemetry.io/otel/exporters/zipkin(not used in this codebase)Code Analysis
The update appears to be safe for this codebase:
Testing
otel/otel.go- Metrics collection implementationapi/middlewares/telemetry.go- Telemetry middlewarecmd/gateway/main.go- OpenTelemetry initializationgo.modfile has been updated with the new versionsNote
The
go.opentelemetry.io/otel/exporters/prometheusdependency remains at v0.60.0 as it follows a separate versioning scheme and doesn't need to be updated for compatibility.