prometheus operator v0.93.1

Prometheus.spec.remoteWrite.tlsConfig.cert.configMap.spec.query

query defines the configuration of the Prometheus query service.

4 fields
Prometheus.spec.remoteWrite.tlsConfig.cert.configMap.spec.query fields and descriptions
Field / TypeDescription
lookbackDelta
string

lookbackDelta defines the delta difference allowed for retrieving metrics during expression evaluations.

maxConcurrency
integer

maxConcurrency defines the number of concurrent queries that can be run at once.

  • format: int32
  • minimum: 1
maxSamples
integer

maxSamples defines the maximum number of samples a single query can load into memory. Note that queries will fail if they would load more samples than this into memory, so this also limits the number of samples a query can return.

  • format: int32
timeout
string

timeout defines the maximum time a query may take before being aborted.

  • pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$