DataDog / opentelemetry-mapping-go

Go modules that implement OpenTelemetry-to-Datadog mapping for all telemetry signals
Apache License 2.0
14 stars 6 forks source link

[OTEL-1738] Deprecate APMStatsConsumer #320

Closed songy23 closed 5 months ago

songy23 commented 5 months ago

APMStatsConsumer is no longer in use since https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31416.

The only breaking change is users can no longer do consumer.(*Consumer).ConsumeAPMStats(), instead they can do consumer.(*APMStatsConsumer).ConsumeAPMStats(). Everything else is backwards-compatible.