Reactive subordinate charm providing prometheus-node-exporter.
This charm relates to the prometheus charm on the scrape
interface, and will provide a metrics endpoint for prometheus to scrape on port 9100 by default.
A simple workflow to describe the usage of this charm is as follows:
juju deploy prometheus
juju deploy ubuntu
juju deploy prometheus-node-exporter
juju add-relation prometheus-node-exporter ubuntu
juju add-relation prometheus-node-exporter:scrape prometheus:scrape
- James Beedy (c) 2017 [email protected]
- Tilman Baumann (c) 2019 [email protected]
- AGPLv3 - see LICENSE