Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Releases: DataDog/dd-opentelemetry-exporter-ruby

0.2.2

11 Mar 18:59
e8dd4fa
Compare
Choose a tag to compare

What's Changed

  • add deprecation notice by @ericmustin in #14
  • datadog-apm: update deprecation note to link to otlp ingest page by @mabdinur in #15

New Contributors

Full Changelog: v0.2.0...v0.2.2

0.2.0

04 Dec 13:29
9aa7042
Compare
Choose a tag to compare

Added

  • update compatibility for v0.10.0 of opentelemetry-api and opentelemetry-sdk
  • add export of resource attributes
  • add handling of unified service tags for version and service

0.1.0

22 Jul 11:53
9ff3c2b
Compare
Choose a tag to compare

This is the initial release of the gem opentelemetry-exporters-datadog. For setup and usage instructions please consult the README.

Added

  • initial release
  • add DatadogSpanProcessor
  • add DatadogExporter
  • add DatadogProbabilitySampler
  • add DatadogPropagator
  • add setup and usage instructions
  • add unit tests