From fe22688f495f4870d9bf40c5935461b5e845f9d9 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 23 Aug 2024 13:29:11 +0100 Subject: Support 2 CPS instances in Prometheus/Grafana - Specify both cps-and-ncmp instances in Prometheus config - Add default JVM Micrometer dashboard to Grafana, taken from https://grafana.com/grafana/dashboards/4701-jvm-micrometer/ Issue-ID: CPS-2314 Signed-off-by: danielhanrahan Change-Id: I24a42b8b4771a7d9341e920fbd85fa72e1a3518e --- docker-compose/config/postgres-init.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 docker-compose/config/postgres-init.sql (limited to 'docker-compose/config/postgres-init.sql') diff --git a/docker-compose/config/postgres-init.sql b/docker-compose/config/postgres-init.sql new file mode 100644 index 0000000000..0c96de5b55 --- /dev/null +++ b/docker-compose/config/postgres-init.sql @@ -0,0 +1 @@ +ALTER SYSTEM SET shared_buffers = '512MB'; -- cgit