Can't send traces to tempo via vector #23639
Unanswered
abdulgalimov
asked this question in
Q&A
Replies: 1 comment
-
Hi @abdulgalimov, this comment is relevant here. The Vector OTEL source is creating a custom mapping so you will have to remap it back to a OTLP format manually. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Question
otel-collector config:
tempo config:
If I send traces from
nodejs
tootel-collector
, and then directly totempo
(i.e. specifyingexporters.otlphttp.endpoint = http://tempo:4318
) - then everything works fine.And if I try via
vector
, as indicated in the configs above, then I get the error400 Bad Request
. Please tell me what the problem is?Vector Config
Vector Logs
Beta Was this translation helpful? Give feedback.
All reactions