correct otel-collector service FQDN in Traefik OTLP endpoint
This commit is contained in:
parent
ddad39b2ba
commit
c56ebca9dd
@ -42,7 +42,7 @@ additionalArguments:
|
|||||||
- "--certificatesresolvers.letsencrypt.acme.storage=/data/traefik/acme.json"
|
- "--certificatesresolvers.letsencrypt.acme.storage=/data/traefik/acme.json"
|
||||||
- "--tracing.otlp=true"
|
- "--tracing.otlp=true"
|
||||||
- "--tracing.otlp.grpc=true"
|
- "--tracing.otlp.grpc=true"
|
||||||
- "--tracing.otlp.grpc.endpoint=otel-collector.monitoring.svc.cluster.local:4317"
|
- "--tracing.otlp.grpc.endpoint=otel-collector-opentelemetry-collector.monitoring.svc.cluster.local:4317"
|
||||||
- "--tracing.otlp.grpc.insecure=true"
|
- "--tracing.otlp.grpc.insecure=true"
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user