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.
1.8.0/0.33.0 - 2022-07-08
Added
The go.opentelemetry.io/contrib/propagators/autoprop package to provide configuration of propagators with useful defaults and envar support. (#2258)
WithPublicEndpointFn hook to dynamically detect public HTTP requests and set their trace parent as a link. (#2342)
Fixed
Fix the otelhttp, otelgin, otelmacaron, otelrestful middlewares
by using SpanKindServer when deciding the SpanStatus.
This makes 4xx response codes to not be an error anymore. (#2427)