Skip to content

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

Compare
Choose a tag to compare
@Aneurysm9 Aneurysm9 released this 08 Jul 20:36
· 838 commits to main since this release
v1.8.0
e18a4d6

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)