The module lifecycle stage: General Availability
The module has requirements for installation
v1.0.19
Security
- Improved the security of the module templates.
- Prometheus and Alertmanager workloads are now compliant with the Restricted Pod Security Standard.
Features
- Made the startup, readiness and liveness probes of the
mainandlongtermPrometheus instances explicit, with a timeout on the health check command.
Changes
- Added the
d8_source="dkp"label to the metrics collected from the module components (Prometheus, Grafana, Memcached, Trickster, aggregating proxy).
Bug fixes
- Fixed the
retentionSizecalculation description in the module documentation: the actual formula ismax(pvc_size * 0.85, pvc_size - 50 GiB), and the value used for the calculation is taken from the.spec.resources.requests.storagefield of the PersistentVolumeClaim.