Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTLP HTTP Collector fails with error 'unknown field scopeSpans' #1746

Closed
mdisibio opened this issue Sep 20, 2022 · 0 comments · Fixed by #1757
Closed

OTLP HTTP Collector fails with error 'unknown field scopeSpans' #1746

mdisibio opened this issue Sep 20, 2022 · 0 comments · Fixed by #1757

Comments

@mdisibio
Copy link
Contributor

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:

  1. Start Tempo (SHA or version)
  2. Perform Operations (Read/Write/Others)

Expected behavior

Environment:

  • Infrastructure: [e.g., Kubernetes, bare-metal, laptop]
  • Deployment tool: [e.g., helm, jsonnet]

Additional Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant