Skip to content

How to use OpenTelemetry sink ? #22231

Answered by pront
zyy17 asked this question in Q&A
Jan 17, 2025 · 3 comments · 13 replies
Discussion options

You must be logged in to vote

Hey @zyy17, if I understand correctly you are doing OTEL traces -> OTEL traces via Vector. Upon receiving the log, the OTEL source will decode them into Vector events. Native codecs aren't supported yet, so those Vector events need to be remapped back into what the OTEL collector expects.

See example here:
https://vector.dev/docs/reference/configuration/sinks/opentelemetry/#how-it-works

Edit:
For DYI solution:

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
13 replies
@rauanmayemir
Comment options

@pront
Comment options

@rauanmayemir
Comment options

@pront
Comment options

@rauanmayemir
Comment options

Answer selected by zyy17
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
sink: opentelemetry Anything `opentelemetry` sink related
4 participants