pass thru receiver #2667
Unanswered
nsridhar76
asked this question in
Q&A
Replies: 1 comment
-
Look at this https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/httpforwarder but not sure how useful will be :) |
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.
-
How do i extend opentelemetry to - receive data in any format and send to a custom exporter that can consume that data. Like the receiver will receive data in any format and pass thru to an exporter that understands this data.
I started off thinking about defining new datatype no-ops, that just passes thru the data which ever format it comes in. It does look like a bizarre idea given the vision of OpenTelemetry. It really helps in opentelemetry adoptions in stages.
Beta Was this translation helpful? Give feedback.
All reactions