shorten prometheus scrape interval from 30s to 15s
This commit is contained in:
parent
daffa05b4d
commit
4cb6d236f2
1 changed files with 1 additions and 6 deletions
|
@ -1,30 +1,25 @@
|
|||
global:
|
||||
scrape_interval: 30s
|
||||
scrape_interval: 15s
|
||||
scrape_timeout: 10s
|
||||
evaluation_interval: 1m
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'traefik'
|
||||
scrape_interval: 1m
|
||||
static_configs:
|
||||
- targets: ['traefik:8080']
|
||||
|
||||
- job_name: 'node'
|
||||
scrape_interval: 1m
|
||||
static_configs:
|
||||
- targets: ['node-exporter:9100']
|
||||
|
||||
- job_name: 'loki'
|
||||
scrape_interval: 1m
|
||||
static_configs:
|
||||
- targets: ['loki-app:3100']
|
||||
|
||||
#- job_name: 'docker'
|
||||
# scrape_interval: 1m
|
||||
# static_configs:
|
||||
# - targets: ['localhost:9323']
|
||||
#
|
||||
#- job_name: 'prometheus'
|
||||
# scrape_interval: 1m
|
||||
# static_configs:
|
||||
# - targets: ['host.docker.internal:9090']
|
||||
|
|
Loading…
Reference in a new issue