-
Notifications
You must be signed in to change notification settings - Fork 568
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
Release v1.29.0/v0.54.0/v0.23.0/v0.9.0/v0.4.0/v0.2.0/v0.1.0 #6042
Merged
Conversation
This file contains 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
MrAlias
requested review from
dashpole,
MadVikingGod,
yurishkuro,
pellared,
dmathieu and
hanyuancheung
as code owners
August 23, 2024 20:35
11 tasks
XSAM
approved these changes
Aug 23, 2024
XSAM
added
the
Unlock Released Changelog
PRs that need to change released section in CHANGELOG.md
label
Aug 23, 2024
dashpole
approved these changes
Aug 23, 2024
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.
This release is the last to support Go 1.21. The next release will require at least Go 1.22.
Added
WithSpanAttributes
andWithMetricAttributes
methods to set custom attributes to the stats handler ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (otelgrpc: add custom attributes to the stats handler #5133)go.opentelemetry.io/contrib/bridges/otelzap
module. This module provides an OpenTelemetry logging bridge forgo.uber.org/zap
. (Add zap log bridge #5191)OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup
environment variable ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (HTTP Semconv migration Part3 Server - v1.24.0 support #5401)go.opentelemetry.io/contrib/bridges/otelzerolog
module. This module provides an OpenTelemetry logging bridge forgithub.com/rs/zerolog
. (Add zerolog log bridge #5405)WithGinFilter
filter parameter ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
to allow filtering requests with*gin.Context
. (feat: Add *gin.Context Filter parameter #5743)go.opentelemetry.io/contrib/config
. (config: Implement stdoutlog exporter #5850)go.opentelemetry.io/contrib/instrumentation/runtime
, which are still disabled by default. (chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 4ad9e85 #5870)WithMetricsAttributesFn
option to allow setting dynamic, per-request metric attributes ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (Allow setting custom metric attributes in otelhttp transport #5876)go.opentelemetry.io/contrib/config
package supports configuringwith_resource_constant_labels
for the prometheus exporter. (config: add support for with_resource_constant_labels option #5890)Removed
go.opentelemetry.io/contrib/processors/baggagecopy
package is removed. (Remove baggagetrace #5853)Fixed
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (Move otelhttp wrappers into internal package #5916)