Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions changelogs/fragments/467.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
breaking_changes:
- sql_exporter - Dropped support for PostgreSQL 11 and 12

minor_changes:
- sql_exporter - Consolidated setup file from different PostgreSQL versions to a single common file

bugfixes:
- sql_exporter - Removed the pg_settings_checksum metric since it was not working properly. Requires new version of pgmonitor-extension.
2 changes: 1 addition & 1 deletion hugo/content/exporter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ The files contained in this repository are assumed to be installed in the follow

| pgMonitor Configuration File | System Location |
|------------------------------|-----------------|
| postgres_exporter/common/pg##/setup.sql | /etc/postgres_exporter/##/setup.sql |
| postgres_exporter/common/setup.sql | /etc/postgres_exporter/##/setup.sql |
| postgres_exporter/common/pg##/queries*.yml | /etc/postgres_exporter/##/queries*.yml |
| postgres_exporter/common/queries*.yml | /etc/postgres_exporter/##/queries*.yml |
| postgres_exporter/linux/crontab.txt | /etc/postgres_exporter/##/crontab.txt |
Expand Down
50 changes: 0 additions & 50 deletions postgres_exporter/common/pg11/queries_general.yml

This file was deleted.

135 changes: 0 additions & 135 deletions postgres_exporter/common/pg11/queries_pg_stat_statements.yml

This file was deleted.

Loading