Replies: 1 comment
-
This is not currently possible. The configuration of the OpenTelemetry instance is immutable. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is it possible to attach a
MetricReader
(ex. theInMemoryMetricReader
) to an existingOpenTelemetry
instance which has already been created (ex.GlobalOpenTelemetry
)? We want to programmatically fetch metrics emitted by a framework which is using the global instance, however we don't have control over the creation of the global instance.Beta Was this translation helpful? Give feedback.
All reactions