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 usingSpanKindServer
when deciding theSpanStatus
.
This makes4xx
response codes to not be an error anymore. (#2427)