aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2025-02-06 14:17:31 +0000
committerhalil.cakal <halil.cakal@est.tech>2025-02-06 14:18:43 +0000
commit547f70ad24aa808508aead5c0b178cd3dd99aaec (patch)
treea3719b5cc493b1332040d49ae7f1c8da9ae57e06 /docker-compose
parent8b363bf1e6455a6ad8ce9662814943b3ac7cae8e (diff)
Remove the profile from postgres-exporter service
- The profile 'monitoring' prevents postgres-exporter service to run for both kpi and endurance pipelines. As a result, the postgres dashboard does not work on Nordix Grafana. Issue-ID: CPS-2585 Change-Id: I272ab609c60094bb347ef405787679860cc43595 Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docker-compose')
-rw-r--r--docker-compose/docker-compose.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index 33ad108be1..687babed32 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -239,8 +239,6 @@ services:
- ${POSTGRES_EXPORTER_PORT_RANGE:-9187-9188}:9187
depends_on:
- dbpostgresql
- profiles:
- - monitoring
volumes:
grafana: