fix(observabillity): update otel-collector endpoint
This commit was merged in pull request #159.
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
otelEndpoint = "192.168.188.155:4317"
|
||||
otelEndpoint = "otel-collector:4317"
|
||||
)
|
||||
|
||||
// setupOTelSDK bootstraps the OpenTelemetry pipeline.
|
||||
|
||||
Reference in New Issue
Block a user