Replies: 1 comment 6 replies
-
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: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Notice that Vector already has OpenTelemetry Sink and try the following config:
Unfortunately, my trace backend can't parse the data. It seems the data have been transformed to another format in Vector.
My vector version is:
Also, I can't find any documents that describe the example of opentelemetry. How can I use OpenTelemetry sink?
Beta Was this translation helpful? Give feedback.
All reactions