From 41959315db003342b8762854b234f30ec12166c4 Mon Sep 17 00:00:00 2001 From: rov Date: Tue, 16 Dec 2025 23:07:57 -0300 Subject: [PATCH] Update prometheus.yml --- prometheus.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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