opentelemetry
input plugin response does not match OTLP/HTTP specification
#9624
Labels
opentelemetry
input plugin response does not match OTLP/HTTP specification
#9624
Bug Report
Describe the bug
The HTTP response from the
opentelemetry
input plugin does not match the OTLP/HTTP specification.In particular, it doesn't include:
Content-Type
headerThese requirements can be viewed in the OTLP/HTTP response specification here: https://opentelemetry.io/docs/specs/otlp/#otlphttp-response
To Reproduce
3.2
with theopentelemetry
input plugin configuredprotocurl
to send an example trace to Fluent Bit, e.g.:Expected behavior
The
opentelemetry
input plugin should return a response with headers and a body that matches the OTLP/HTTP specification.Screenshots
This screenshot shows the missing headers and body content from the Fluent Bit
opentelemetry
input plugin response:This is in contrast with other OTLP/HTTP implementations, like Grafana Tempo, which issue a response shown in the following screenshot:
Your Environment
Ubuntu 22.04
opentelemetry
input pluginAdditional context
This issue has caused problems some the
otel-cli
client that we use. Specifically, the lines below throw an error due to the missingContent-Type
headers.cc: @msarahan
The text was updated successfully, but these errors were encountered: