1 Commits

Author SHA1 Message Date
05f4ed5b2a modify endpoint
All checks were successful
Build And Test / build-and-push (push) Successful in 1m43s
2025-09-30 00:55:25 +09:00
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