opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

Research: Explore ways to expose pipelines state as a graph

Open tigrannajaryan opened this issue 5 years ago • 0 comments
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.

tigrannajaryan avatar Jan 03 '20 18:01 tigrannajaryan