Replies: 1 comment
-
|
closing. maybe i don't understand the spec |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If you look at the links below - opentelemetry spec and quickwit - you see the format is resourceSpans and then the info but the output for the python client is not in that format. Does anyone know why the Python client is not using the resourceSpans tag? My Jaeger collector will accept resourceSpans input but not the python client input.
https://github.com/open-telemetry/opentelemetry-proto/blob/main/examples/trace.json
https://quickwit.io/docs/main-branch/distributed-tracing/send-traces/using-otel-collector
source code:
https://github.com/open-telemetry/opentelemetry-collector/blob/v0.141.0/pdata/ptrace/generated_resourcespans.go
i believe correct format:
incorrect? format using python library:
python code:
Beta Was this translation helpful? Give feedback.
All reactions