You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/prometheus-stack/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,9 @@ blackboxExporter:
185
185
enabled: true # Chart dependency condition
186
186
fullnameOverride: blackbox-exporter
187
187
secretConfig: true
188
+
# strategy: Recreate ensures that we do not have multiple pods reporting on the same endpoint during a rollout.
189
+
# This does result in a brief downtime for the uptime monitoring but reduces the metric aggregation requirements on the dashboard and reduces the chances of inaccurate probe measurements.
0 commit comments