From db2c6f7e45e14b42ac5e6587f73854d4266dfe0e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 29 Apr 2024 11:22:45 +0200 Subject: [PATCH] Collect Gitea metrics in Prometheus Reviewed-by: Aleix Roca Nonell --- m/hut/monitoring.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index e55c9a1..b08730f 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -160,6 +160,10 @@ } ]; } + { + job_name = "gitea"; + static_configs = [{ targets = [ "127.0.0.1:3000" ]; }]; + } { # Scrape the IPMI info of the hosts remotely via LAN job_name = "ipmi-lan";