Skip to content

Commit

Permalink
Update config/config_env.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Eundoo Song <eundoo.song@gmail.com>
  • Loading branch information
eundoosong and yurishkuro committed May 7, 2020
1 parent 41932f2 commit eefb47d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions config/config_env.go
Expand Up @@ -30,14 +30,13 @@ import (

const (
// environment variable names
envServiceName = "JAEGER_SERVICE_NAME"
envDisabled = "JAEGER_DISABLED"
envRPCMetrics = "JAEGER_RPC_METRICS"
envTags = "JAEGER_TAGS"
envSamplerType = "JAEGER_SAMPLER_TYPE"
envSamplerParam = "JAEGER_SAMPLER_PARAM"
// Deprecated: use envSamplingEndpoint instead
envSamplerManagerHostPort = "JAEGER_SAMPLER_MANAGER_HOST_PORT"
envServiceName = "JAEGER_SERVICE_NAME"
envDisabled = "JAEGER_DISABLED"
envRPCMetrics = "JAEGER_RPC_METRICS"
envTags = "JAEGER_TAGS"
envSamplerType = "JAEGER_SAMPLER_TYPE"
envSamplerParam = "JAEGER_SAMPLER_PARAM"
envSamplerManagerHostPort = "JAEGER_SAMPLER_MANAGER_HOST_PORT" // Deprecated by envSamplingEndpoint
envSamplingEndpoint = "JAEGER_SAMPLING_ENDPOINT"
envSamplerMaxOperations = "JAEGER_SAMPLER_MAX_OPERATIONS"
envSamplerRefreshInterval = "JAEGER_SAMPLER_REFRESH_INTERVAL"
Expand Down

0 comments on commit eefb47d

Please sign in to comment.