jager endpoint change
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
This commit is contained in:
parent
f860373c70
commit
f8ff4ac4c7
@ -23,7 +23,7 @@ if not settings.DEBUG:
|
||||
)
|
||||
|
||||
otlp_exporter = OTLPSpanExporter(
|
||||
endpoint="http://jaeger-collector:4317",
|
||||
endpoint="http://jaeger-collector.istio-system:4317",
|
||||
insecure=True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user