pgwatch2 icon indicating copy to clipboard operation
pgwatch2 copied to clipboard

PostgreSQL metrics monitor/dashboard

Results 25 pgwatch2 issues
Sort by recently updated
recently updated
newest added

### Security Your last binaries and Docker images contain no fixes for latest vulnerabilities (built with Go 1.22.3): * Critical 9.8: CVE-2024-24790 * Fixed in Go 1.22.4: https://github.com/golang/go/issues/67682 * https://go.dev/doc/devel/release#go1.22.4...

question

I had pgwatch2 monitoring a DB which went down. Was running the instance_up check and alerted when is_up < 1 as below: ``` SELECT * FROM ( SELECT $__timeGroup(time, 2m),...

Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.29.2 to 1.29.4. Changelog Sourced from github.com/hashicorp/consul/api's changelog. 1.19.1 (July 11, 2024) SECURITY: Upgrade envoy module dependencies to version 1.27.7, 1.28.5 and 1.29.7 or higher to resolve...

dependencies
go

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.1 to 1.20.2. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.20.2 [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596 Changelog Sourced from github.com/prometheus/client_golang's changelog. 1.20.2 /...

dependencies
go

Avoids errors on collecting from v17. The v17 release gets a bit messy though sadly, as two views have been altered in a non-backwards-compatible way - pg_stat_bgwriter and pg_stat_statements. For...

enhancement
metrics
upgrading