Keith Fiske
Keith Fiske
Properly allow future proofing for possible 2.x versions to be supported without an patching if no columns have changed. See conversation from pgbouncer 1.21 PR - https://github.com/CrunchyData/pgbouncer_fdw/pull/18#discussion_r1373553248
New column for prepared statements has been added to several SHOW commands. Add this to the function/views for the following pgbouncer_fdw objects ``` pgbouncer_servers pgbouncer_clients pgbouncer_sockets ```
# Description Per a suggestion from the referenced issue, add a datasource variable option to the dashboards. This makes them more flexible to use when people import them or adapt...
# Description Add metrics to track autovac workers running vs max. Original issue had reference to more extensive vacuum metrics and dashboard, but it's been taken down. It would've been...
# Description Add HAProxy Grafana dashboard. Adapted from https://grafana.com/grafana/dashboards/12693-haproxy-2-full/ but had to fix some issues around trying to use the http code as a dropdown variable (metric to get the...
# Description Add documentation guide for upgrading to v5. Please indicate what kind of change your PR includes (multiple selections are acceptable): - [ ] Bugfix - [ ] Enhancement...
**Describe the issue:** The `etcd_debugging_mvcc_put_total` and `etcd_debugging_mvcc_delete_total` metrics have been deprecated and migrated to `etcd_mvcc_put_total` and `etcd_mvcc_delete_total` respectively. They were promoted out of being debug metrics in 3.5 https://etcd.io/docs/v3.4/upgrades/upgrade_3_5/ These...
# Description Some issues had suggested adding additional metrics, but they may not really fit to be included by default. Add a section to the metrics part of the docs...
# Description Use new metric names for etcd 3.5 in Grafana dashboard Please indicate what kind of change your PR includes (multiple selections are acceptable): - [x] Bugfix - [...
Why is this extension (along with pgq_ext) requiring itself to be installed to pg_catalog? Pretty sure this is highly discouraged and having the schema line in the control file means...