We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d2dce commit d514fd3Copy full SHA for d514fd3
docker/prometheus/prometheus.yml
@@ -4,7 +4,7 @@ scrape_configs:
4
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
5
- job_name: 'prometheus'
6
7
- scrape_interval: 5s
+ scrape_interval: 15s
8
9
# metrics_path defaults to '/metrics'
10
# scheme defaults to 'http'.
@@ -15,7 +15,7 @@ scrape_configs:
15
# Create a job for Docker Swarm containers.
16
- job_name: 'dockerswarm'
17
18
19
20
dockerswarm_sd_configs:
21
- host: unix:///var/run/docker.sock
0 commit comments