prometheus operator v0.93.1
Prometheus.spec.alerting.alertmanagers[].basicAuth.username.spec.query
query defines the configuration of the Prometheus query service.
| Field / Type | Description |
|---|---|
lookbackDelta | lookbackDelta defines the delta difference allowed for retrieving metrics during expression evaluations. |
maxConcurrency | maxConcurrency defines the number of concurrent queries that can be run at once.
|
maxSamples | 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.
|
timeout | timeout defines the maximum time a query may take before being aborted.
|