You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
695 B
35 lines
695 B
3 years ago
|
global:
|
||
|
scrape_interval: 1s
|
||
|
scrape_configs:
|
||
|
|
||
|
- job_name: prometheus
|
||
|
static_configs:
|
||
|
- targets:
|
||
|
- localhost:9090
|
||
|
|
||
|
- job_name: grafana
|
||
|
static_configs:
|
||
|
- targets:
|
||
|
- grafana:3000
|
||
|
|
||
|
- job_name: 'gitea'
|
||
|
bearer_token: Tnm8KPq4LMmFTZ9bdjqTVVIQ
|
||
|
static_configs:
|
||
|
- targets: ['git.server.lan:80']
|
||
|
|
||
|
- job_name: 'cadvisor'
|
||
|
scrape_interval: 5s
|
||
|
static_configs:
|
||
|
- targets: ['cadvisor:8080']
|
||
|
|
||
|
- job_name: 'pushgateway'
|
||
|
scrape_interval: 10s
|
||
|
honor_labels: true
|
||
|
static_configs:
|
||
|
- targets: ['pushgateway:9091']
|
||
|
|
||
|
- job_name: 'nodeexporter'
|
||
|
scrape_interval: 5s
|
||
|
static_configs:
|
||
|
- targets: ['nodeexporter:9100']
|