Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.25.0 to 0.26.0
requested to merge dependabot-go_modules-go.opentelemetry.io-contrib-samplers-jaegerremote-0.26.0 into main
Bumps go.opentelemetry.io/contrib/samplers/jaegerremote from 0.25.0 to 0.26.0.
Changelog
Sourced from go.opentelemetry.io/contrib/samplers/jaegerremote's changelog.
[1.32.0/0.57.0/0.26.0/0.12.0/0.7.0/0.5.0/0.4.0] - 2024-11-08
Added
- Add the
WithSource
option to thego.opentelemetry.io/contrib/bridges/otelslog
log bridge to set thecode.*
attributes in the log record that includes the source location where the record was emitted. (#6253)- Add
ContextWithStartTime
andStartTimeFromContext
togo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
, which allows setting the start time using go context. (#6137)- Set the
code.*
attributes ingo.opentelemetry.io/contrib/bridges/otelzap
if thezap.Logger
was created with theAddCaller
orAddStacktrace
option. (#6268)- Add a
LogProcessor
togo.opentelemetry.io/contrib/processors/baggagecopy
to copy baggage members to log records. (#6277)
- Use
baggagecopy.NewLogProcessor
when configuring a Log Provider.
NewLogProcessor
accepts aFilter
function type that selects which baggage members are added to the log record.Changed
- Transform raw (
slog.KindAny
) attribute values to matchinglog.Value
types. For example,[]string{"foo", "bar"}
attribute value is now transformed tolog.SliceValue(log.StringValue("foo"), log.StringValue("bar"))
instead oflog.String("[foo bar"])
. (#6254)- Upgrade
go.opentelemetry.io/otel/semconv/v1.17.0
togo.opentelemetry.io/otel/semconv/v1.21.0
ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
. (#6272)- Resource doesn't merge with defaults if a valid resource is configured in
go.opentelemetry.io/contrib/config
. (#6289)Fixed
- Transform nil attribute values to
log.Value
zero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otellogrus
. (#6237)- Transform nil attribute values to
log.Value
zero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otelzap
. (#6237)- Transform nil attribute values to
log.Value
zero value instead oflog.StringValue("<nil>")
ingo.opentelemetry.io/contrib/bridges/otelslog
. (#6246)- Fix
NewClientHandler
so thatrpc.client.request.*
metrics measure requests instead of responses andrpc.client.responses.*
metrics measure responses instead of requests ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#6250)- Fix issue in
go.opentelemetry.io/contrib/config
causingotelprom.WithResourceAsConstantLabels
configuration to not be respected. (#6260)otel.Handle
is no longer called on a successful shutdown of the Prometheus exporter ingo.opentelemetry.io/contrib/config
. (#6299)
Commits
-
ed3907e
Release v1.1.0/v0.26.0 (#1377) -
509b0db
build(deps): bump github.com/aws/aws-sdk-go in /detectors/aws/ec2 (#1376) -
32e2f1c
AWS X-Ray config module for Lambda instrumentation (#984) -
fef1d63
chore: wired up lambda modules for release (#1375) -
047cf40
build(deps): bump go.opentelemetry.io/contrib/instrumentation/github.com/aws/... -
80571a1
build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#1370) -
31d323b
build(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 (#1362) -
bfb6629
build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelht... -
9bc35d8
build(deps): bump github.com/aws/aws-lambda-go from 1.24.0 to 1.27.0 in /inst... -
9ac68ea
build(deps): bump github.com/aws/aws-lambda-go (#1369) - Additional commits viewable in compare view