You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added the go.opentelemetry.io/contrib/samplers/jaegerremote package.
This package implements the Jaeger remote sampler for OpenTelemetry Go. (#936)
DynamoDB spans created with the go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws package now have the appropriate database attributes added for the operation being performed.
These attributes are detected automatically, but it is also now possible to provide a custom function to set attributes using WithAttributeSetter. (#1582)
Add resource detector for GCP cloud function. (#1584)
Add OpenTracing baggage extraction to the OpenTracing propagator in go.opentelemetry.io/contrib/propagators/ot. (#1880)
Fixed
Fix the echo middleware by using SpanKind.SERVER when deciding the SpanStatus.
This makes 4xx response codes to not be an error anymore. (#1848)
Removed
The deprecated go.opentelemetry.io/contrib/exporters/metric/datadog module is removed. (#1920)
The deprecated go.opentelemetry.io/contrib/exporters/metric/dogstatsd module is removed. (#1920)
The deprecated go.opentelemetry.io/contrib/exporters/metric/cortex module is removed.
Use the go.opentelemetry.io/otel/exporters/otlp/otlpmetric exporter as a replacement to send data to a collector which can then export with its PRW exporter. (#1920)