Replies: 1 comment
-
@bsarden I'd be interested in something like this for combining OpenTelemetry tracing to Perfetto. Do you have anything to share or review? I'd be happy to be a reviewer. |
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
-
I'm evaluating the differences between perfetto and the open-telemetry ecosystem, and it seems like there could be a lot of value in reusing the perfetto ui for viewing otel metrics+span sdk's. Specifically, being able to reuse the trace visualization and the trace processor to have a cohesive story for running SQL expressions on traces.
Besides otel lacking the profiling support, being able to reuse the span / metrics sdk as a drop-in replacement for perfetto's TRACE_EVENT and TRACE_COUNTER macros seems like it may be worthwhile to others as well. Is this something other members in the community are interested in as well?
Naively, it seems like perfetto was designed for tracing on-device behavior while otel focuses more on distributed tracing currently. Maybe there is no overlap here, but figured it would be worth asking about :).
For tracking, I originally brought this up in the
opentelemetry-cpp
repository here (since perfetto is largely a C/C++ tool), but moving the conversation here.Beta Was this translation helpful? Give feedback.
All reactions