Update jaeger Endpoint
All checks were successful
Build And Test / build-and-push (push) Successful in 2m9s
All checks were successful
Build And Test / build-and-push (push) Successful in 2m9s
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user