package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# Functions
AddFlags adds flags for Options.
NewConnectMetrics will be initialize ConnectMetrics.
NewMultiReporter creates a MultiReporter from the variadic list of passed Reporters.
WrapWithClientMetrics creates ClientMetricsReporter.
WrapWithMetrics wraps Reporter and creates metrics for its invocations.
# Constants
GRPC is name of gRPC reporter.
# Structs
ClientMetricsReporter is a decorator that emits data loss metrics on behalf of clients.
ClientMetricsReporterParams is used as input to WrapWithClientMetrics.
ConnectMetrics include connectMetrics necessary params if want to modify metrics of connectMetrics, must via ConnectMetrics API.
MetricsReporter is reporter with metrics integration.
Options holds generic reporter configuration.
# Interfaces
Reporter handles spans received by Processor and forwards them to central collectors.
# Type aliases
MultiReporter provides serial span emission to one or more reporters.
Type defines type of reporter.