opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

MetricProducer support

Open dashpole opened this issue 2 years ago • 2 comments

Problem Statement

https://github.com/open-telemetry/opentelemetry-specification/pull/2951 defined an experimental MetricProducer interface, which can be used to support metric bridges. Note that the specifications are experimental, so it isn't critical that it is implemented at this time.

Changes:

  • [ ] Define a MetricProducer interface, following https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#metricproducer
  • [ ] Define a RegisterProducer(metricProducer) function on MetricReader, following https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#registerproducermetricproducer

dashpole avatar Dec 01 '22 21:12 dashpole

This issue was marked as stale due to lack of activity.

github-actions[bot] avatar Feb 04 '23 01:02 github-actions[bot]