[bot] [main] Automated version update

This commit is contained in:
dgrisonnet
2021-09-27 09:53:31 +00:00
committed by GitHub
parent f16bb13c67
commit 02776a1d37
10 changed files with 62 additions and 53 deletions

View File

@@ -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