opentelemetry-collector
opentelemetry-collector copied to clipboard
Research: Explore ways to expose pipelines state as a graph
trafficstars
Explore ways to expose pipelines state as a graph. We want to clearly expose data propagation through pipeline, show in/drop/out for each component.
One possible approach is to model each component as a service of a distributed system and use spans to describe operations. This would result in displaying of Collector internals as a graph in backend which automatically perform such operation based on span propagation.