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

# Functions

FormatHostPort returns hostPort in a usable format (host:port) if it wasn't already.
PortToHostPort converts the port into a host:port address string.

# Constants

CollectorAdminHTTP is the default admin HTTP port (health check, metrics, etc.).
CollectorGRPC is the default port for gRPC server for sending spans.
CollectorHTTP is the default port for HTTP server for sending spans (e.g.
CollectorV2HealthChecks is the port for health checks extension.
CollectorV2GRPC is the gRPC port for remote sampling extension.
CollectorV2GRPC is the HTTP port for remote sampling extension.
CollectorZipkin is the port for Zipkin server for sending spans.
IngesterAdminHTTP is the default admin HTTP port (health check, metrics, etc.).
QueryAdminHTTP is the default admin HTTP port (health check, metrics, etc.).
QueryGRPC is the default port of GRPC requests for Query trace retrieval.
QueryHTTP is the default port for UI and Query API (e.g.
RemoteStorageHTTP is the default admin HTTP port (health check, metrics, etc.).
RemoteStorageGRPC is the default port of GRPC requests for Remote Storage.