Can open telemetry collector export data to a custom, non-OTLP HTTP(S) endpoint #13697
Unanswered
ajayparmar311
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello OpenTelemetry Community,
I am evaluating the OpenTelemetry Collector for a use case where I need to export telemetry data (primarily metrics, logs and traces) to a custom HTTP/S endpoint that does not speak the OTLP protocol.
My Goal:
I need to send data to a proprietary internal API endpoint (e.g., https://our-internal-api.corp.com/ingest/telemetry) which expects a specific JSON schema that does not match the OTLP format.
Is there a generic http exporter that can be configured with custom headers and body templates? (I couldn't find one in the contrib repository).
Beta Was this translation helpful? Give feedback.
All reactions