Multiple global exporters #2531
cpp11nullptr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to set multiple global OpenTelemetry exporters? For instance, there is an SDK, which collects some its metrics as well as app (consumer of the SDK) which may want to receive those metrics too. The closest solution which I see is to chain exporters but it needs to be done in a single place and app would need to pass its exporter to SDK (so setup can be done inside the SDK).
Beta Was this translation helpful? Give feedback.
All reactions