Skip to content

Commit

Permalink
[kube-prometheus-stack] Added enforcedKeepDroppedTargets and set valu…
Browse files Browse the repository at this point in the history
…e to 0

Signed-off-by: Leegin <[email protected]>
  • Loading branch information
Leegin-darknight authored Jan 26, 2024
1 parent ab38aa5 commit 571dc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3798,7 +3798,7 @@ prometheus:
#EnforcedKeepDroppedTargetsLimit defines on the number of targets dropped by relabeling that will be kept in memory.
#The value overrides any spec.keepDroppedTargets set by ServiceMonitor, PodMonitor, Probe objects unless spec.keepDroppedTargets
#is greater than zero and less than spec.enforcedKeepDroppedTargets. 0 means no limit.
enforcedKeepDroppedTargets: 10
enforcedKeepDroppedTargets: 0

## EnforcedSampleLimit defines global limit on number of scraped samples that will be accepted. This overrides any SampleLimit
## set per ServiceMonitor or/and PodMonitor. It is meant to be used by admins to enforce the SampleLimit to keep overall
Expand Down

0 comments on commit 571dc3e

Please sign in to comment.