Prometheus
- By Prometheus Charmers
- Monitoring
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 11 | 08 Apr 2021 | |
latest/candidate | 6 | 08 Apr 2021 | |
latest/edge | 9 | 08 Apr 2021 |
juju deploy prometheus
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Juju prometheus charm
DEPRECATION NOTE
Please note that this charm is no longer being maintained.
You should strongly consider using prometheus2 charm.
This charm provides the Prometheus monitoring system from http://prometheus.io/.
Optionally the charm will install the Prometheus Registration daemon alongside Prometheus to aid in the registration of targets.
The charm can be related to the following charms to extend functionality:
- grafana
- prometheus-alertmanager
- prometheus-pushgateway
- prometheus-snmp-exporter
- prometheus-blackbox-exporter
- telegraf
- mtail
Configuration
The charm is designed to work out of the box without need to set any configuration options. Please refer to config.yaml for detailed help on support settings. Below is a list of the most common options:
- daemon-args - add extra CLI arguments, for example
-storage.local.retention 120h0m0s
- scrape-jobs - allows for custom scrape jobs to be configured
- snap_proxy - web proxy address to use when accessign the snap store
- external_url
- scrape-interval
- evaluation-interval
Juju storage support
The charm supports juju storage (requires juju 1.25 or later). For example to deploy with local filesystem run:
juju deploy local:trusty/prometheus --storage metrics-filesystem=rootfs prometheus