Skip to content
Discussion options

You must be logged in to vote

Hi @JoyceBabu,

But the data being sent to the OTEL sink is not in opentelemetry protocol format.

That is correct. By default, data is mapped to a Vector format.

Isn't the sink supposed to format it into resourceLogs and scopeLogs? Or should I do that with VRL?

The bad news:

The sink doesn't provide such encoding capabilities (for now, see #22696).

The good news:

I was working on this recently. This should be possible with the next release or if you are eager to try it, you can use the next nightly that will include #23524.

If I understand correctly, your logs are already in OTLP format. Then you can use an opentelemetry source, enable OTLP decoding and finally in the sink, use protobu…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JoyceBabu
Comment options

@pront
Comment options

pront Sep 9, 2025
Maintainer

Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
source: opentelemetry Anything `opentelemetry` source related sink: opentelemetry Anything `opentelemetry` sink related
2 participants