jaegertracing / jaeger

CNCF Jaeger, a Distributed Tracing Platform
https://www.jaegertracing.io/
Apache License 2.0
20.34k stars 2.43k forks source link

Define the list of receivers, processors, and exporters for each binary #2839

Closed jpkrohling closed 2 years ago

jpkrohling commented 3 years ago

We talked briefly in the past about the components we want for each binary, and this issue here is to track the state of our agreement. I'm writing from memory, and the final state will evolve based on your comments.

Agent

Extensions:

Receivers:

Processors:

Exporters:

Collector

Extensions:

Receivers:

Processors:

Exporters:

Ingester

Extensions:

Receivers:

Processors:

Exporters:

All in one

Extensions:

Receivers:

Processors:

Exporters:

yurishkuro commented 3 years ago

missing sampling configuration servers

jpkrohling commented 3 years ago

missing sampling configuration servers

Added "Remote sampling configuration (client)" and "Remote sampling configuration (server)" to the respective places.

pavolloffay commented 2 years ago

Closing as it is a "low level" issue related to V2 which might take a different approach.