20 lines
521 B
YAML
20 lines
521 B
YAML
global:
|
|
# The default frequency to scrape targets.
|
|
scrape_interval: 15s
|
|
# The default frequency to evaluate rules.
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
- job_name: 'gitea'
|
|
scheme: 'https'
|
|
static_configs:
|
|
- targets: ['git.badger-pirarucu.ts.net']
|
|
metrics_path: '/metrics'
|
|
- job_name: 'desktop'
|
|
scheme: 'http'
|
|
static_configs:
|
|
- targets: ['100.69.123.107:9182']
|
|
metrics_path: '/metrics' |