Skip to content

Commit

Permalink
Merge pull request #73 from kubescape/patch-1
Browse files Browse the repository at this point in the history
Update main.go
  • Loading branch information
amirmalka authored Feb 28, 2023
2 parents 6b2383e + 737e278 commit c8d0814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
return
}

// to enable otel, set OTEL_COLLECTOR_SVC=otel-collector:4317
// to enable otel, set OTEL_COLLECTOR_SVC=otel-collector:4317
if otelHost, present := os.LookupEnv("OTEL_COLLECTOR_SVC"); present {
ctx = logger.InitOtel("operator",
os.Getenv(utils.ReleaseBuildTagEnvironmentVariable),
Expand Down

0 comments on commit c8d0814

Please sign in to comment.