You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client and the server MUST set "Content-Type: application/x-protobuf" request and response headers when sending binary Protobuf encoded payload.
Currently the exporter expects that the server to always respond with binary Protobuf encoded payload, but it may return something else e.g. text/plain with OK content.
From: https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md#binary-protobuf-encoding
Currently the exporter expects that the server to always respond with binary Protobuf encoded payload, but it may return something else e.g.
text/plain
withOK
content.See:
opentelemetry-go/exporters/otlp/otlptrace/otlptracehttp/client.go
Lines 181 to 185 in d968509
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetrichttp/client.go
Lines 170 to 172 in d968509
The text was updated successfully, but these errors were encountered: