Skip to content

Commit 303fba6

Browse files
author
Cody Boggs
committed
forgot about poor lite
1 parent 9e18ab3 commit 303fba6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/lite/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ func main() {
5959
flag.Parse()
6060

6161
// Setting the environment variable JAEGER_AGENT_HOST enables tracing
62-
jaegerAgentHost := os.Getenv("JAEGER_AGENT_HOST")
63-
trace := tracing.New(jaegerAgentHost, "lite")
62+
trace := tracing.NewFromEnv("ingester")
6463
defer trace.Close()
6564

6665
util.InitLogger(logLevel.AllowedLevel)

0 commit comments

Comments
 (0)