fix(base): adjust url for otlp http tracing

This commit is contained in:
WrenIX 2025-04-12 20:01:04 +02:00
parent b99df46cbf
commit a87841325d
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -2,7 +2,7 @@ commons:
tracing: tracing:
enabled: true enabled: true
http: http:
endpoint: "http://tempo.monitoring.svc:4318" endpoint: "http://tempo.monitoring.svc:4318/v1/traces"
grpc: grpc:
enabled: true enabled: true
insecure: true insecure: true