Skip to content
Discussion options

You must be logged in to vote

Hi @tank-500m,

Thank you for your question.
We do want to improve Vector/OTEL interoperability.

Currently, the opentelemetry source in Vector can receive and decode OTLP (protobuf) payloads directly, parsing them into structured Vector events that can be used in transforms and sinks.

Yes, but then Vector uses an internal representation for the events for example:

{
  "message" => "[FOO] WARN Something happened",
  "severity_text" => "WARN",
  "timestamp" => "2025-06-06T06:06:06Z",
  "observed_timestamp" => "2025-06-06T07:06:06Z",
  "attributes" => { ... },
  "resources" => { ... },
  "scope" => { ... },
  "source_type" => "opentelemetry",
}

And as you mentioned above then you will have…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tank-500m
Comment options

@pront
Comment options

pront Aug 4, 2025
Maintainer

@tank-500m
Comment options

@tank-500m
Comment options

@pront
Comment options

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
domain: codecs Anything related to Vector's codecs (encoding/decoding)
2 participants