OpenTelemetry - CNCF/opentelemetry-ruby: Release opentelemetry-api/v0.17.0

Name: opentelemetry-ruby

Owner: OpenTelemetry - CNCF

Release: opentelemetry-api 0.17.0

Released: 2021-04-23

License: Apache-2.0

Release Assets:

v0.17.0 / 2021-04-22

  • BREAKING CHANGE: Replace TextMapInjector/TextMapExtractor pairs with a TextMapPropagator.

    Check the propagator documentation for the new usage.

  • BREAKING CHANGE: Remove metrics API.

    OpenTelemetry::Metrics and all of its behavior removed until spec stabilizes.

  • BREAKING CHANGE: Extract instrumentation base from api (#698).

    To take advantage of a base instrumentation class to create your own auto-instrumentation, require and use the opentelemetry-instrumentation-base gem.

  • ADDED: Default noop tracer for instrumentation

  • FIXED: Refactor propagators to add #fields

  • FIXED: Remove metrics API

  • FIXED: Dynamically upgrade global tracer provider

To top