prometheus/prometheus.yml
2025-12-16 23:07:57 -03:00

14 lines
368 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'
static_configs:
- targets: ['git.badger-pirarucu.ts.net']
metrics_path: '/metrics'