Documentation ¶
Index ¶
Constants ¶
View Source
const ( //RestAPIPort means port of ingester api server RestAPIPort utils.EnvVar = "JAEGER_REST_API_PORT" //AgentHost the hostname for communicating with agent via UDP AgentHost utils.EnvVar = "JAEGER_AGENT_HOST" //AgentPort the port for communicating with agent via UDP AgentPort utils.EnvVar = "JAEGER_AGENT_PORT" //UseService means use jaeger service. Useful for interdomain cases UseService utils.EnvVar = "USE_JAEGER_SERVICE" //NodePort means jaeger node port NodePort utils.EnvVar = "NODE_JAEGER_PORT" )
Variables ¶
This section is empty.
Functions ¶
func DefaultEnvValues ¶
DefaultEnvValues returns default jaeger env values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.