UNCLASSIFIED

README.md 661 Bytes
Newer Older
Vickie Shen's avatar
Vickie Shen committed
1
# Jaeger Agent
Joshua Eason's avatar
Joshua Eason committed
2

Vickie Shen's avatar
Vickie Shen committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
`jaeger-agent` is a daemon program that runs on every host and receives
tracing information submitted by applications via Jaeger client
libraries.

## Structure

* Agent
    * processor as ThriftProcessor
        * server as TBufferedServer
            * Thrift UDP Transport
        * reporter as CollectorReporter
    * sampling server
        * sampling manager as sampling.CollectorProxy

## Documentation URLs

Click [here](https://github.com/jaegertracing/jaeger) to connect to Github source code repository.

Jaeger [documentation](https://www.jaegertracing.io/docs/1.22/) for getting started, operational details, and other information.