sighupio/fury-kubernetes-monitoring

Enable Prometheus storage-based retention

lnovara opened this issue · 0 comments

Prometheus 2.7 introduced a new feature that enables size-based retention alongside the usual time-based one. This option is supported by Prometheus Operator since v0.31.0 through the retentionSize field in the Prometheus CR. Enabling this option would allow to avoid having the Prometheus storage filling-up thus causing downtime of the monitoring subsystem.

Ref: