Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sql_exporter with pgMonitor extension #361

Merged
merged 33 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
16bd275
initial commit of sql_exporter using pgmonitor extension
keithf4 Aug 28, 2023
8fa0c23
Fix table size metric name in grafana dashboard
keithf4 Aug 28, 2023
793865f
fix: change sql_exporter service file to template
keithf4 Sep 13, 2023
c84933a
fix: add missing key in bgw struct. fix pg_stat_statements column
keithf4 Sep 19, 2023
fddb265
Merge remote-tracking branch 'upstream/development' into sql_exporter
keithf4 Nov 28, 2023
8cbc70a
feat: add further support of backrest and bouncer in sql_exporter. be…
keithf4 Dec 14, 2023
a3eaaf7
doc: update README files for sql_exporter and pgmonitor extension
keithf4 Dec 14, 2023
0c384f9
fix: fix name of pgbouncer collector
keithf4 Dec 20, 2023
971565b
chore: update sql_exporter service file
keithf4 Dec 26, 2023
f59fe7d
chore: update sql_exporter service file
keithf4 Dec 26, 2023
7bc64cb
chore: move pgmonitor extension to its own repository
keithf4 Jan 5, 2024
e076cc5
chore: merge upstream dev
keithf4 Feb 8, 2024
665d39a
feat: add pgmonitor-extension metrics. add pgbouncer direct collection.
keithf4 Feb 9, 2024
50208e7
Merge remote-tracking branch 'upstream/development' into sql_exporter
keithf4 Feb 9, 2024
39de0cd
Merge remote-tracking branch 'upstream/development' into sql_exporter
keithf4 Feb 13, 2024
744b4d5
docs: update build file. clarify access to rpms via portal
keithf4 Feb 22, 2024
8adba24
update documentation
keithf4 Feb 23, 2024
e0bfc24
fix: fix the source for alertmanager sysconfig file to be our provide…
keithf4 Feb 28, 2024
c0bbec9
chore: explicitly list grafana dashboards in build manifest
keithf4 Feb 29, 2024
df9d4b3
chore: remove old sql_exporter readme file
keithf4 Mar 11, 2024
ee5b5b0
chore: upstream dev merge
keithf4 Apr 4, 2024
75615e0
chore: add changelog fragment
keithf4 Apr 4, 2024
0f29e4a
chore: add changelog fragment
keithf4 Apr 4, 2024
9e27bf7
Apply suggestions from code review
keithf4 Apr 12, 2024
8f528a0
fix: remove top level overview dashboard
keithf4 Apr 16, 2024
9db159d
fix: remove top level overview dashboard
keithf4 Apr 16, 2024
44b2865
Merge branch 'sql_exporter' of github.com:keithf4/pgmonitor into sql_…
keithf4 Apr 16, 2024
e4b35e5
fix: update grafana dashboards for angular deprecation
keithf4 Apr 17, 2024
f1a0acb
Apply suggestions from code review
keithf4 Apr 17, 2024
996e5aa
docs: update docs based on recommendations
keithf4 Apr 17, 2024
9cbcaa0
Apply suggestions from code review
keithf4 Apr 19, 2024
8177517
fix: update version requirements for grafana
keithf4 Apr 24, 2024
afd2258
Merge branch 'sql_exporter' of github.com:keithf4/pgmonitor into sql_…
keithf4 Apr 24, 2024
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
206 changes: 155 additions & 51 deletions build/packages.yml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions changelogs/fragments/361.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
major_changes:
- sql_exporter - Add support for new PostgreSQL metrics collecting exporter: sql_exporter
- sql_exporter - Add support for directly connecting to PgBouncer to collect metrics
- pgmonitor-extension - Add support for using the PostgreSQL pgmonitor-extension to aid in metrics collection with sql_exporter
- pgmonitor-extension - Add more extensive support for materialized views and refreshed tables for expensive or custom metric queries
- postgres_exporter - Note that postgres_exporter is still supported but will be deprecated in a future version
- grafana - New Grafana minimum version is now 10.4. All dashboards have been updated to fix AngularJS deprecation warnings and re-exported from 10.4.
- grafana - Add new dashboards for sql_exporter support. New PostgreSQL Overview and PgBouncer direct metrics dashboards
- grafana - Organize packages to allow better choice of available Grafana dashboards
- grafana - Remove top level general Overview dashboard
Loading
Loading