Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AgentJaegerThriftCompactUDP is the default port for receiving Jaeger Thrift over UDP in compact encoding AgentJaegerThriftCompactUDP = 6831 // AgentJaegerThriftBinaryUDP is the default port for receiving Jaeger Thrift over UDP in binary encoding AgentJaegerThriftBinaryUDP = 6832 // AgentZipkinThriftCompactUDP is the default port for receiving Zipkin Thrift over UDP in binary encoding AgentZipkinThriftCompactUDP = 5775 // AgentConfigServerHTTP is the default port for the agent's HTTP config server (e.g. /sampling endpoint) AgentConfigServerHTTP = 5778 // AgentAdminHTTP is the default admin HTTP port (health check, metrics, etc.) AgentAdminHTTP = 14271 // CollectorGRPC is the default port for gRPC server for sending spans CollectorGRPC = 14250 // CollectorTChannel is the default port for TChannel server for sending spans CollectorTChannel = 14267 // CollectorHTTP is the default port for HTTP server for sending spans (e.g. /api/traces endpoint) CollectorHTTP = 14268 // CollectorAdminHTTP is the default admin HTTP port (health check, metrics, etc.) CollectorAdminHTTP = 14269 // QueryHTTP is the default port for UI and Query API (e.g. /api/* endpoints) QueryHTTP = 16686 // QueryAdminHTTP is the default admin HTTP port (health check, metrics, etc.) QueryAdminHTTP = 16687 // IngesterAdminHTTP is the default admin HTTP port (health check, metrics, etc.) IngesterAdminHTTP = 14270 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.