Replies: 1 comment 4 replies
-
/cc @jmacd @reyang Also in case you happen to have any ideas on a metric producer |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to match up the current metrics SDK implementation vs the spec and one interface I was surprised not to find there is
MetricProducer
.https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/export/MetricProducer.java#L20
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#metricexporter
Is this something we would expect to be there? /cc @jsuereth
Beta Was this translation helpful? Give feedback.
All reactions