Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.20.0 to 0.21.0
Bumps go.opentelemetry.io/contrib/samplers/jaegerremote from 0.20.0 to 0.21.0.
Release notes
Sourced from go.opentelemetry.io/contrib/samplers/jaegerremote's releases.
Release v0.21.0
0.21.0 - 2021-06-18
Fixed
- Dockerfile based examples for
otelgin
andotelmacaron
. (#767)Changed
- Supported minimum version of Go bumped from 1.14 to 1.15. (#787)
- EKS Resource Detector now use the Kubernetes Go client to obtain the ConfigMap. (#813)
Removed
- Remove service name from
otelmongodb
configuration and span attributes. (#763)
Changelog
Sourced from go.opentelemetry.io/contrib/samplers/jaegerremote's changelog.
[1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21
Added
- Add the new
go.opentelemetry.io/contrib/instrgen
package to provide auto-generated source code instrumentation. (#3068, #3108)- Add an experimental
OTEL_METRICS_PRODUCERS
environment variable togo.opentelemetry.io/contrib/autoexport
to be set metrics producers. (#5281)
prometheus
andnone
are supported values. You can specify multiple producers separated by a comma.- Add
WithFallbackMetricProducer
option that adds a fallback if theOTEL_METRICS_PRODUCERS
is not set or empty.- The
go.opentelemetry.io/contrib/processors/baggage/baggagetrace
module. This module provides a Baggage Span Processor. (#5404)- Add gRPC trace
Filter
for stats handler togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#5196)- Add a repository Code Ownership Policy. (#5555)
- The
go.opentelemetry.io/contrib/bridges/otellogrus
module. This module provides an OpenTelemetry logging bridge forgithub.com/sirupsen/logrus
. (#5355)- The
WithVersion
option function ingo.opentelemetry.io/contrib/bridges/otelslog
. This option function is used as a replacement ofWithInstrumentationScope
to specify the logged package version. (#5588)- The
WithSchemaURL
option function ingo.opentelemetry.io/contrib/bridges/otelslog
. This option function is used as a replacement ofWithInstrumentationScope
to specify the semantic convention schema URL for the logged records. (#5588)- Add support for Cloud Run jobs in
go.opentelemetry.io/contrib/detectors/gcp
. (#5559)Changed
The gRPC trace
Filter
for interceptor is renamed toInterceptorFilter
. (#5196)The gRPC trace filter functions
Any
,All
,None
,Not
,MethodName
,MethodPrefix
,FullMethodName
,ServiceName
,ServicePrefix
andHealthCheck
for interceptor are moved togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor
. With this change, the filters ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
are now working for stats handler. (#5196)
NewLogger
now accepts aname
string
as the first argument. This parameter is used as a replacement ofWithInstrumentationScope
to specify the name of the logger backing the underlyingHandler
. (#5588)
NewHandler
now accepts aname
string
as the first argument. This parameter is used as a replacement ofWithInstrumentationScope
to specify the name of the logger backing the returnedHandler
. (#5588)Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0
togo.opentelemetry.io/otel/semconv/v1.25.0
. (#5605)Removed
- The
WithInstrumentationScope
option function ingo.opentelemetry.io/contrib/bridges/otelslog
is removed. Use thename
parameter added toNewHandler
andNewLogger
as well asWithVersion
andWithSchema
as replacements. (#5588)Deprecated
- The
InterceptorFilter
type ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
is deprecated. (#5196)- The
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
package is deprecated. If you would like to become a Code Owner of this module and prevent it from being removed, see #5551. (#5598)
Commits
-
91e5180
Add aws componenets benchmark (#812) -
2ca6018
Update to v1.0.0-RC1/v0.21.0 (#822) -
7a135d3
switch from WithSyncer to WithBatcher in examples (#821) -
f1ff9d3
Updated EKS Resource Detector to use Go Client for Kubernetes (#813) -
969f43c
Bump cloud.google.com/go from 0.83.0 to 0.84.0 in /detectors/gcp (#820) -
a8f498c
Bump github.com/aws/aws-sdk-go from 1.38.55 to 1.38.60 in /detectors/aws (#819) -
f2fb9c8
replaces golint by revive and fix newly reported linter issues (#800) -
6569d8f
Bump go.mongodb.org/mongo-driver (#816) -
42566e7
Bump cloud.google.com/go from 0.82.0 to 0.83.0 in /detectors/gcp (#815) -
6e5bea2
Bump github.com/aws/aws-sdk-go from 1.38.51 to 1.38.55 in /detectors/aws (#814) - Additional commits viewable in compare view