How to export into multiple endpoints? #7391
-
|
Most of example is OTEL_EXPORTER_OTLP_ENDPOINT with single endpoint, how can we export to multiple endpoints? |
Beta Was this translation helpful? Give feedback.
Answered by
Kielek
Jun 12, 2026
Replies: 1 comment 5 replies
-
|
Do you meant exporting each signal to a different endpoint? or sending same telemetry to multiple destinations? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following code taken from the examples and adjusted, it is for AspNetCore, but similar construction should working in another hosting stuff: