Prometheus.spec.containers[].env[].valueFrom.fileKeyRef.spec.tsdb.staleSeriesCompactionThreshold
staleSeriesCompactionThreshold configures the trigger point for compacting stale series from memory into persistent blocks and removing those stale series from memory. The threshold is a number between 0.0 and 1.0. It represents the ratio of stale series in memory to the total series in memory. The stale series compaction is triggered when this ratio crosses the configured threshold. It may not trigger the stale series compaction if the usual head compaction is about to happen soon. If set to 0, stale series compaction is disabled. It requires Prometheus >= v3.10.0.
| Field / Type | Description |
|---|---|
Prometheus.spec.containers[].env[].valueFrom.fileKeyRef.spec.tsdb.staleSeriesCompactionThreshold | staleSeriesCompactionThreshold configures the trigger point for compacting stale series from memory into persistent blocks and removing those stale series from memory. The threshold is a number between 0.0 and 1.0. It represents the ratio of stale series in memory to the total series in memory. The stale series compaction is triggered when this ratio crosses the configured threshold. It may not trigger the stale series compaction if the usual head compaction is about to happen soon. If set to 0, stale series compaction is disabled. It requires Prometheus >= v3.10.0.
|