diff --git a/auth_prj/wsgi.py b/auth_prj/wsgi.py index d81d89a..e299225 100644 --- a/auth_prj/wsgi.py +++ b/auth_prj/wsgi.py @@ -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, ) diff --git a/version b/version index 6778882..75e92d0 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.14 \ No newline at end of file +v0.0.14_r1 \ No newline at end of file