Skip to content

Commit e274e01

Browse files
committed
pgMonitor v5.2.1 bump:
Combine ccp_archive_command_status queries into one query. Add semicolons to the end of all queries. Make ccp_replication_lag_size return the replica name for grafana dashboard legend. DROP functions rather than CREATE OR REPLACE to avoid errors due to changes in functions.
1 parent 7776996 commit e274e01

13 files changed

+60
-105
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PGO_IMAGE_URL ?= https://www.crunchydata.com/products/crunchy-postgresql-for-kub
66
PGO_IMAGE_PREFIX ?= localhost
77

88
PGMONITOR_DIR ?= hack/tools/pgmonitor
9-
PGMONITOR_VERSION ?= v5.1.1
9+
PGMONITOR_VERSION ?= v5.2.1
1010
QUERIES_CONFIG_DIR ?= hack/tools/queries
1111

1212
# Buildah's "build" used to be "bud". Use the alias to be compatible for a while.

internal/collector/generated/gte_pg17_fast_metrics.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/collector/generated/lt_pg17_fast_metrics.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)