[bot] [main] Automated version update
This commit is contained in:
@@ -1516,6 +1516,9 @@ spec:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
enforcedBodySizeLimit:
|
||||
description: 'EnforcedBodySizeLimit defines the maximum size of uncompressed response body that will be accepted by Prometheus. Targets responding with a body larger than this many bytes will cause the scrape to fail. Example: 100MB. If defined, the limit will apply to all service/pod monitors and probes. This is an experimental feature, this behaviour could change or be removed in the future. Only valid in Prometheus versions 2.28.0 and newer.'
|
||||
type: string
|
||||
enforcedLabelLimit:
|
||||
description: Per-scrape limit on number of labels that will be accepted for a sample. If more than this number of labels are present post metric-relabeling, the entire scrape will be treated as failed. 0 means no limit. Only valid in Prometheus versions 2.27.0 and newer.
|
||||
format: int64
|
||||
|
||||
Reference in New Issue
Block a user