Skip to content

canonical/prometheus-pushgateway-k8s-operator

Repository files navigation

Prometheus Pushgateway Charmed Operator for K8s

CharmHub Badge Release Charm to Edge and Publish Libraries Discourse Status

Description

This charmed operator automates the operational procedures of running the Prometheus Pushgateway, a service that allows ephemeral and batch jobs to expose their metrics to Prometheus.

About persistence

By default, Pushgateway does not persist metrics.

However, the service is started with the --persistence.file=/data/metrics parameter, so it will persist the metrics there (so that they survive restarts of the Pushgateway).