diff --git a/prometheus.yml b/prometheus.yml index 0259bef..2f10e76 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -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'] \ No newline at end of file + - targets: ['localhost:9090'] + - job_name: 'gitea' + static_configs: + - targets: ['git.badger-pirarucu.ts.net'] + metrics_path: '/metrics' \ No newline at end of file