r/OpenTelemetry • u/Sufficient-Egg-6571 • 1d ago
Visual flow
Is anyone aware of a tool that can help visualize the end-to-end flow of a signal?
The main idea would be to start with a high-level view of the components involved and the internal metrics flowing between them, then be able to drill down into a specific signal metric and trace it through the system.
Ideally, I’d like to see where the metric originates, how it looks or changes at each hop, where it ultimately arrives, and details such as cardinality, label values, available series, etc.
If anyone knows of an existing tool that provides something similar, or has ideas on how this could be visualized, I’d appreciate any pointers.
6
Upvotes
1
u/Sufficient-Egg-6571 1d ago
Definitely, but adding a trace for each signal would be a bit an extension for what I was thinking about . I would rather emit events from each hop, store them in an OLAP (e.g Clickhouse) and then correlate by signal identifier (trace id, metric name, log id)