Skip to content

Commit

Permalink
chore: remove lots of errors in logs from outdated postgres-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jan 29, 2025
1 parent cc6e79c commit 8f3588d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:

prometheus-postgres:
# See more: https://github.com/prometheus-community/postgres_exporter
image: "quay.io/prometheuscommunity/postgres-exporter:v0.16.0"
image: "quay.io/prometheuscommunity/postgres-exporter@sha256:32dad32981b95b0da1c7b2f6d5d02c1c28b293d3612c9dfbf3fd4b0f2853abd0"
restart: always
environment:
DATA_SOURCE_URI: "${POSTGRES_SERVER}:5432/${POSTGRES_DB}?sslmode=disable"
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:

prometheus-postgres:
# See more: https://github.com/prometheus-community/postgres_exporter
image: "quay.io/prometheuscommunity/postgres-exporter:v0.16.0"
image: "quay.io/prometheuscommunity/postgres-exporter@sha256:32dad32981b95b0da1c7b2f6d5d02c1c28b293d3612c9dfbf3fd4b0f2853abd0"
restart: unless-stopped
environment:
DATA_SOURCE_URI: "${POSTGRES_SERVER}:5432/${POSTGRES_DB}?sslmode=disable"
Expand Down

0 comments on commit 8f3588d

Please sign in to comment.