fix(base): adjust url for otlp http tracing
This commit is contained in:
parent
b99df46cbf
commit
a87841325d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ commons:
|
|||
tracing:
|
||||
enabled: true
|
||||
http:
|
||||
endpoint: "http://tempo.monitoring.svc:4318"
|
||||
endpoint: "http://tempo.monitoring.svc:4318/v1/traces"
|
||||
grpc:
|
||||
enabled: true
|
||||
insecure: true
|
||||
|
|
Loading…
Add table
Reference in a new issue