Skip to content

Commit 390935a

Browse files
keithf4hunleyd
andauthored
remove pg_settings checksum feature. drop old PG versions (#476)
* fix: remove pg_settings checksum feature * chore: add changelog file * Apply suggestions from code review Co-authored-by: Douglas J Hunley <doug.hunley@gmail.com> * chore: adjust minimum version of pgmonitor-exporter required --------- Co-authored-by: Douglas J Hunley <doug.hunley@gmail.com>
1 parent c27bc1e commit 390935a

16 files changed

Lines changed: 23 additions & 3284 deletions

File tree

changelogs/fragments/467.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
breaking_changes:
3+
- sql_exporter - Dropped support for PostgreSQL 11 and 12
4+
5+
minor_changes:
6+
- sql_exporter - Consolidated setup file from different PostgreSQL versions to a single common file
7+
8+
bugfixes:
9+
- sql_exporter - Removed the pg_settings_checksum metric since it was not working properly. Requires new version of pgmonitor-extension.

hugo/content/exporter/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ The files contained in this repository are assumed to be installed in the follow
554554

555555
| pgMonitor Configuration File | System Location |
556556
|------------------------------|-----------------|
557-
| postgres_exporter/common/pg##/setup.sql | /etc/postgres_exporter/##/setup.sql |
557+
| postgres_exporter/common/setup.sql | /etc/postgres_exporter/##/setup.sql |
558558
| postgres_exporter/common/pg##/queries*.yml | /etc/postgres_exporter/##/queries*.yml |
559559
| postgres_exporter/common/queries*.yml | /etc/postgres_exporter/##/queries*.yml |
560560
| postgres_exporter/linux/crontab.txt | /etc/postgres_exporter/##/crontab.txt |

postgres_exporter/common/pg11/queries_general.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

postgres_exporter/common/pg11/queries_pg_stat_statements.yml

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)