Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8b363bf
)
Remove the profile from postgres-exporter service
62/140162/1
author
halil.cakal
<halil.cakal@est.tech>
Thu, 6 Feb 2025 14:17:31 +0000
(14:17 +0000)
committer
halil.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
patch
|
blob
|
history
diff --git
a/docker-compose/docker-compose.yml
b/docker-compose/docker-compose.yml
index
33ad108
..
687babe
100644
(file)
--- 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: