prometheus-scrape-config-k8s

Prometheus Scrape Config (K8s)

Channel Revision Published Runs on
1/stable 67 08 Jul 2025
Ubuntu 20.04
1/candidate 67 26 Jun 2025
Ubuntu 20.04
1/beta 67 10 Jun 2025
Ubuntu 20.04
1/edge 67 14 May 2025
Ubuntu 20.04
2/edge 69 05 Jun 2025
Ubuntu 24.04
juju deploy prometheus-scrape-config-k8s --channel 1/stable
Show information

Platform:

Ubuntu
24.04 20.04

Usage

$ juju deploy prometheus-k8s      # Deploys Prometheus
$ juju deploy cassandra-k8s       # Deploys Cassandra

# Deploys the prometheus-scrape-configuration, specifying a custom scrape interval valid only for the
# scrape job forwarded to prometheus-k8s through its relation with this charm
$ juju deploy prometheus-scrape-configuration-k8s scrape-interval-config --config scrape_interval=20s

# Link cassandra as scrape target, so that Cassandra’s address is used as a
# static_configs in the scrape job
$ juju relate cassandra-k8s scrape-interval-config
$ juju relate scrape-interval-config prometheus-k8s