Replies: 1 comment 2 replies
-
it looks like it used to use metrics, but this was all done before metrics was stabilized: #2353 it may make sense to revisit all of this in light of recent developments in SDK health metrics: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/otel/sdk-metrics.md cc @JonasKunz |
Beta Was this translation helpful? Give feedback.
2 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.
-
Instrumenter use
SupportabilityMetrics
to report metrics, it actually uselogger::fine
to print log. Can we use MeterProvider to report metric in this class? if can't, why?I’d really appreciate any response.
Beta Was this translation helpful? Give feedback.
All reactions