Span Collector - Json generation #44976
Unanswered
francky06l
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello All,
I am quite new to open telemetry.
I did instrument a quite large C++ application that mainly create a 'root' span (per record processed) and nested children span, and 'pushed' these to open telemetry collector (otelcol).
So far, in the C++ App I used the Batch processor (it could be the simple one), in otelcol I just use the 'debug' exporter/batchprocessor.
I wounder if some processor/exporter already exits to create a Json from a root Span (meaning no parent) and all the nested children ?
Any hint appreciated.
Thanks
F.
Beta Was this translation helpful? Give feedback.
All reactions