prometheus operator v0.71.2
Prometheus.spec.initContainers[].readinessProbe.httpGet.port.spec.query
QuerySpec defines the configuration of the Promethus query service.
| Field / Type | Description |
|---|---|
lookbackDelta | The delta difference allowed for retrieving metrics during expression evaluations. |
maxConcurrency | Number of concurrent queries that can be run at once.
|
maxSamples | 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.
|
timeout | Maximum time a query may take before being aborted.
|