diff options
author | halil.cakal <halil.cakal@est.tech> | 2025-01-29 13:24:02 +0000 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2025-01-30 16:04:07 +0000 |
commit | 59f1cc4c5994da34f2c48a2347499f9cfb7bd836 (patch) | |
tree | f9f962ca4ab4aed16eeb760b4fecb3a506418ecf /docker-compose/config/endurance.env | |
parent | dfb5651ab58e15dd683e111156d7a22687e79a01 (diff) |
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 <halil.cakal@est.tech>
Diffstat (limited to 'docker-compose/config/endurance.env')
-rw-r--r-- | docker-compose/config/endurance.env | 2 |
1 files changed, 2 insertions, 0 deletions
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 |