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
Describe the bug
Tempo's OTLP HTTP Collector is failing to ingest data from apps using the latest OpenTelemetry instrumentation. The error is {"code":3,"message":"unknown field \"scopeSpans\" in v1.ResourceSpans"}. This is due to the renaming efforts within opentelemetry-proto. OTLP gRPC is unaffected because the protobuf is backwards-compatible (same field ids and layout).
Describe the bug
Tempo's OTLP HTTP Collector is failing to ingest data from apps using the latest OpenTelemetry instrumentation. The error is
{"code":3,"message":"unknown field \"scopeSpans\" in v1.ResourceSpans"}
. This is due to the renaming efforts within opentelemetry-proto. OTLP gRPC is unaffected because the protobuf is backwards-compatible (same field ids and layout).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment:
Additional Context
The text was updated successfully, but these errors were encountered: