prometheus operator v0.93.1

ScrapeConfig.spec.bodySizeLimit

bodySizeLimit defines a per-scrape limit on the size of the 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. It requires Prometheus >= v2.28.0.

1 fields
ScrapeConfig.spec.bodySizeLimit fields and descriptions
Field / TypeDescription
ScrapeConfig.spec.bodySizeLimit
string

bodySizeLimit defines a per-scrape limit on the size of the 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. It requires Prometheus >= v2.28.0.

  • pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$