Skip to content

Release v0.32.1 -- Metric SDK (Alpha)

Compare
Choose a tag to compare
@MadVikingGod MadVikingGod released this 22 Sep 19:53
· 1156 commits to main since this release
metric/v0.32.1
d7bfe66

Changed

  • The Prometheus exporter sanitizes OpenTelemetry instrument names when exporting. Invalid characters are replaced with _. (#3212)

Added

  • The metric portion of the OpenCensus bridge (go.opentelemetry.io/otel/bridge/opencensus) has been reintroduced. (#3192)
  • The OpenCensus bridge example (go.opentelemetry.io/otel/example/opencensus) has been reintroduced. (#3206)

Fixed

  • Updated go.mods to point to valid versions of the sdk. (#3216)
  • Set the MeterProvider resource on all exported metric data. (#3218)