OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v1.8.0

Name: opentelemetry-go-contrib

Owner: OpenTelemetry - CNCF

Release: Release v1.8.0/v0.33.0/v0.3.0

Released: 2022-07-08

License: Apache-2.0

Release Assets:

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)

To top