Update prometheus.yml

This commit is contained in:
rov 2025-12-16 23:07:57 -03:00
parent ee2dc670df
commit 41959315db

View File

@ -5,8 +5,10 @@ global:
evaluation_interval: 15s
scrape_configs:
# A job for scraping Prometheus itself.
- job_name: 'prometheus'
# Use the service name defined in docker-compose.yml as the target hostname.
static_configs:
- targets: ['localhost:9090']
- targets: ['localhost:9090']
- job_name: 'gitea'
static_configs:
- targets: ['git.badger-pirarucu.ts.net']
metrics_path: '/metrics'