Update jaeger Endpoint
All checks were successful
Build And Test / build-and-push (push) Successful in 2m9s

This commit is contained in:
2025-09-29 23:23:28 +09:00
parent cf8466aaf6
commit ec39ba59be
3 changed files with 7 additions and 2 deletions

View File

@ -33,7 +33,8 @@ if not settings.DEBUG:
)
otlp_exporter = OTLPSpanExporter(
endpoint="http://jaeger-collector.istio-system:4317",
# endpoint="http://jaeger-collector.istio-system:4317",
endpoint="http://jaeger-collector.observability.svc.cluster.local:4317",
insecure=True,
)