We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e18ab3 commit 303fba6Copy full SHA for 303fba6
cmd/lite/main.go
@@ -59,8 +59,7 @@ func main() {
59
flag.Parse()
60
61
// Setting the environment variable JAEGER_AGENT_HOST enables tracing
62
- jaegerAgentHost := os.Getenv("JAEGER_AGENT_HOST")
63
- trace := tracing.New(jaegerAgentHost, "lite")
+ trace := tracing.NewFromEnv("ingester")
64
defer trace.Close()
65
66
util.InitLogger(logLevel.AllowedLevel)
0 commit comments