Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for sql_exporter with pgMonitor extension (#361)
* initial commit of sql_exporter using pgmonitor extension * Fix table size metric name in grafana dashboard * fix: change sql_exporter service file to template * fix: add missing key in bgw struct. fix pg_stat_statements column * feat: add further support of backrest and bouncer in sql_exporter. better define new extras package * doc: update README files for sql_exporter and pgmonitor extension * fix: fix name of pgbouncer collector * chore: update sql_exporter service file * chore: update sql_exporter service file * chore: move pgmonitor extension to its own repository * feat: add pgmonitor-extension metrics. add pgbouncer direct collection. * docs: update build file. clarify access to rpms via portal * update documentation * fix: fix the source for alertmanager sysconfig file to be our provided file * chore: explicitly list grafana dashboards in build manifest * chore: remove old sql_exporter readme file * chore: add changelog fragment * chore: add changelog fragment * Apply suggestions from code review Co-authored-by: Douglas J Hunley <[email protected]> * fix: remove top level overview dashboard * fix: remove top level overview dashboard * fix: update grafana dashboards for angular deprecation * Apply suggestions from code review Co-authored-by: Douglas J Hunley <[email protected]> * docs: update docs based on recommendations * Apply suggestions from code review Co-authored-by: Douglas J Hunley <[email protected]> * fix: update version requirements for grafana --------- Co-authored-by: Douglas J Hunley <[email protected]>
- Loading branch information