Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.22.0 to 0.23.0
requested to merge dependabot-go_modules-go.opentelemetry.io-contrib-samplers-jaegerremote-0.23.0 into main
Bumps go.opentelemetry.io/contrib/samplers/jaegerremote from 0.22.0 to 0.23.0.
Release notes
Sourced from go.opentelemetry.io/contrib/samplers/jaegerremote's releases.
v0.23.0
0.23.0 - 2021-09-09
Added
- Add
WithoutSubSpans
,WithRedactedHeaders
,WithoutHeaders
, andWithInsecureHeaders
options forotelhttptrace.NewClientTrace
. (#879)Changed
- Split
go.opentelemetry.io/contrib/propagators
module intob3
,jaeger
,ot
modules. (#985)otelmongodb
span attributes, name and span status now conform to specification. (#769)- Migrated EC2 resource detector support from root module
go.opentelemetry.io/contrib/detectors/aws
to a separate EC2 resource detector modulego.opentelemetry.io/contrib/detectors/aws/ec2
(#1017)- Add
cloud.provider
andcloud.platform
to AWS detectors. (#1043)otelhttptrace.NewClientTrace
now redacts known sensitive headers by default. (#879)Fixed
- Fix span not marked as error in
otelhttp.Transport
whenRoundTrip
fails with an error. (#950)
Changelog
Sourced from go.opentelemetry.io/contrib/samplers/jaegerremote's changelog.
[1.29.0/0.54.0/0.23.0/0.9.0/0.4.0/0.2.0/0.1.0] - 2024-08-23
This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].
Added
- Add the
WithSpanAttributes
andWithMetricAttributes
methods to set custom attributes to the stats handler ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#5133)- The
go.opentelemetry.io/contrib/bridges/otelzap
module. This module provides an OpenTelemetry logging bridge forgo.uber.org/zap
. (#5191)- Support for the
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. (#5401)- The
go.opentelemetry.io/contrib/bridges/otelzerolog
module. This module provides an OpenTelemetry logging bridge forgithub.com/rs/zerolog
. (#5405)- Add
WithGinFilter
filter parameter ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
to allow filtering requests with*gin.Context
. (#5743)- Support for stdoutlog exporter in
go.opentelemetry.io/contrib/config
. (#5850)- Add macOS ARM64 platform to the compatibility testing suite. (#5868)
- Add new runtime metrics to
go.opentelemetry.io/contrib/instrumentation/runtime
, which are still disabled by default. (#5870)- Add the
WithMetricsAttributesFn
option to allow setting dynamic, per-request metric attributes ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#5876)- The
go.opentelemetry.io/contrib/config
package supports configuringwith_resource_constant_labels
for the prometheus exporter. (#5890)- Support [Go 1.23]. (#6017)
Removed
- The deprecated
go.opentelemetry.io/contrib/processors/baggagecopy
package is removed. (#5853)Fixed
- Race condition when reading the HTTP body and writing the response in
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#5916)
Commits
-
4fa9762
Release prep (#1093) -
430ecb2
AddedNewResourceDetector
API for EC2 resource detector init (#1030) -
b2a1760
Upgrade to release v1.0.0-RC3 (trace) and v0.23 (metrics) (#1091) -
f650585
Update stable modules from core repo (#1048) -
2c59f62
Add cloud.provider and cloud.platform to AWS detectors (#1043) -
265ebea
Add WithoutSubSpans option to NewClientTrace (#879) -
061e903
Update dependencies (#1045) -
9e2f937
build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 (#1033) -
fe31b0c
build(deps): bump github.com/aws/aws-sdk-go in /detectors/aws/ec2 (#1029) -
6d8faab
added new dir for EC2 resource detector (#1017) - Additional commits viewable in compare view