prometheus operator v0.93.1

PodMonitor.spec.bodySizeLimit

bodySizeLimit when defined specifies a job level limit on the size of uncompressed response body that will be accepted by Prometheus. It requires Prometheus >= v2.28.0.

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

bodySizeLimit when defined specifies a job level limit on the size of uncompressed response body that will be accepted by Prometheus. It requires Prometheus >= v2.28.0.

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