Add a stack for prom node exporter and its dashboard in monitoring stack (#696)

* Add a stack for Prometheus node exporter

* Add node exporter dashboard to monitoring stack
This commit is contained in:
prathamesh0
2023-12-21 15:15:03 +05:30
committed by GitHub
parent 38622fb33c
commit a57b0cdd26
7 changed files with 23876 additions and 6 deletions
@@ -11,6 +11,13 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
- job_name: node
static_configs:
# Add node-exporter targets to be monitored below
# - targets: ['example-host:9100']
# labels:
# instance: 'my-host'
- job_name: 'blackbox'
scrape_interval: 10s
metrics_path: /probe