Collect Gitea metrics in Prometheus

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
Rodrigo Arias 2024-04-29 11:22:45 +02:00
parent 8e8f9e7adb
commit db2c6f7e45

View File

@ -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 # Scrape the IPMI info of the hosts remotely via LAN
job_name = "ipmi-lan"; job_name = "ipmi-lan";