modify endpoint
All checks were successful
Build And Test / build-and-push (push) Successful in 1m43s

This commit is contained in:
2025-09-30 00:55:25 +09:00
parent ec39ba59be
commit 05f4ed5b2a
2 changed files with 2 additions and 2 deletions

View File

@ -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,
)

View File

@ -1 +1 @@
v0.0.14
v0.0.14_r1