Remove the profile from postgres-exporter service 62/140162/1
authorhalil.cakal <halil.cakal@est.tech>
Thu, 6 Feb 2025 14:17:31 +0000 (14:17 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Thu, 6 Feb 2025 14:18:43 +0000 (14:18 +0000)
- 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>
docker-compose/docker-compose.yml

index 33ad108..687babe 100644 (file)
@@ -239,8 +239,6 @@ services:
       - ${POSTGRES_EXPORTER_PORT_RANGE:-9187-9188}:9187
     depends_on:
       - dbpostgresql
-    profiles:
-      - monitoring
 
 volumes:
   grafana: