package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev

# Packages

# Functions

AddFlags adds flags for Builder.
CreateCollectorProxy creates collector proxy.
GRPCCollectorProxyBuilder creates CollectorProxyBuilder for GRPC reporter.
NewAgent creates the new Agent.

# Constants

AgentAdminHTTP is the default admin HTTP port (health check, metrics, etc.).
AgentConfigServerHTTP is the default port for the agent's HTTP config server (e.g.
AgentJaegerThriftBinaryUDP is the default port for receiving Jaeger Thrift over UDP in binary encoding.
AgentJaegerThriftCompactUDP is the default port for receiving Jaeger Thrift over UDP in compact encoding.
AgentZipkinThriftCompactUDP is the default port for receiving Zipkin Thrift over UDP in binary encoding.

# Structs

Agent is a composition of all services / components.
Builder Struct to hold configurations.
HTTPServerConfiguration holds config for a server providing sampling strategies to clients.
ProcessorConfiguration holds config for a processor that receives spans from Server.
ProxyBuilderOptions holds config for CollectorProxyBuilder.
ServerConfiguration holds config for a server that receives spans from the network.

# Interfaces

CollectorProxy provides access to Reporter and ClientConfigManager.

# Type aliases

CollectorProxyBuilder is a func which builds CollectorProxy.
Model used to distinguish the data transfer model.
Protocol used to distinguish the data transfer protocol.