From 59f1cc4c5994da34f2c48a2347499f9cfb7bd836 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Wed, 29 Jan 2025 13:24:02 +0000 Subject: Add new dashboard to monitor some of the stats of PostgreSQL - add postgres-exporter service to expose postgresql db metrics to prometheus - add new job scraper to prometheus for both kpi and endurance jobs - add new dashboard: postgresql-statistics to the grafana Issue-ID: CPS-2585 Change-Id: Ia7ede41d00364918b1054d9b5a38e2feea4fc8e5 Signed-off-by: halil.cakal --- docker-compose/config/endurance.env | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker-compose/config/endurance.env') diff --git a/docker-compose/config/endurance.env b/docker-compose/config/endurance.env index be337219cf..e46bd5429d 100644 --- a/docker-compose/config/endurance.env +++ b/docker-compose/config/endurance.env @@ -1,6 +1,8 @@ DB_CONTAINER_NAME=endurance-dbpostgresql DB_PORT=5433 +POSTGRES_EXPORTER_PORT_RANGE=9187-9188 + NGINX_CONTAINER_NAME=endurance-nginx-loadbalancer CPS_CORE_PORT=8884 CPS_PORT_RANGE=8798-8799 -- cgit