jager endpoint change
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s

This commit is contained in:
icurfer 2025-04-14 15:39:49 +09:00
parent f860373c70
commit f8ff4ac4c7
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if not settings.DEBUG:
) )
otlp_exporter = OTLPSpanExporter( otlp_exporter = OTLPSpanExporter(
endpoint="http://jaeger-collector:4317", endpoint="http://jaeger-collector.istio-system:4317",
insecure=True, insecure=True,
) )

View File

@ -1 +1 @@
dev_0.0.40 dev_0.0.41