Skip to content

Commit 0e1d281

Browse files
authored
Update postgres exporter (#1081)
Make sure we use recent version that has export all fields used by existing community grafana Postgres dashboards Related Issue(s): * #1080
1 parent ba393b3 commit 0e1d281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ services:
326326
memory: 64M
327327
cpus: "0.1"
328328
postgres-exporter:
329-
image: bitnami/postgres-exporter:0.15.0
329+
image: bitnami/postgres-exporter:0.17.1
330330
networks:
331331
- monitored
332332
environment:

0 commit comments

Comments
 (0)