Skip to content

Commit 70ae3d4

Browse files
committed
change default
1 parent dc7801f commit 70ae3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/blueapi/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
OTEL_EXPORTER_OTLP_ENDPOINT: {{ required "OTLP export enabled but server address not set" .Values.tracing.otlp.server.host }}:{{ .Values.tracing.otlp.server.port | default 4318 }}
2020
{{ end }}
2121

22-
OTEL_PYTHON_FASTAPI_EXCLUDED_URLS: {{ .Values.tracing.fastapi.excludedURLs | default "" }}
22+
OTEL_PYTHON_FASTAPI_EXCLUDED_URLS: {{ .Values.tracing.fastapi.excludedURLs | default "/healthz" }}
2323

2424
---
2525

0 commit comments

Comments
 (0)