Skip to content

Commit d514fd3

Browse files
committed
Add node.exported monitoring (#22)
* Add node-exporter to collect node metrics * Increase monitoring scraping time to avoid costs in AWS
1 parent 67d2dce commit d514fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/prometheus/prometheus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scrape_configs:
44
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
55
- job_name: 'prometheus'
66

7-
scrape_interval: 5s
7+
scrape_interval: 15s
88

99
# metrics_path defaults to '/metrics'
1010
# scheme defaults to 'http'.
@@ -15,7 +15,7 @@ scrape_configs:
1515
# Create a job for Docker Swarm containers.
1616
- job_name: 'dockerswarm'
1717

18-
scrape_interval: 5s
18+
scrape_interval: 15s
1919

2020
dockerswarm_sd_configs:
2121
- host: unix:///var/run/docker.sock

0 commit comments

Comments
 (0)