modify endpoint
All checks were successful
Build And Test / build-and-push (push) Successful in 1m43s
All checks were successful
Build And Test / build-and-push (push) Successful in 1m43s
This commit is contained in:
@ -34,7 +34,7 @@ if not settings.DEBUG:
|
||||
|
||||
otlp_exporter = OTLPSpanExporter(
|
||||
# endpoint="http://jaeger-collector.istio-system:4317",
|
||||
endpoint="http://jaeger-collector.observability.svc.cluster.local:4317",
|
||||
endpoint="jaeger-collector.observability.svc.cluster.local:4317",
|
||||
insecure=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user