`jaeger-agent` is a daemon program that runs on every host and receivestracing information submitted by applications via Jaeger clientlibraries.## Structure* Agent * processor as ThriftProcessor * server as TBufferedServer * Thrift UDP Transport * reporter as CollectorReporter * sampling server * sampling manager as sampling.CollectorProxy## Documentation URLsClick [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.