From 547f70ad24aa808508aead5c0b178cd3dd99aaec Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 6 Feb 2025 14:17:31 +0000 Subject: 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 --- docker-compose/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'docker-compose') 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: -- cgit