prometheus-community / pgbouncer_exporter

Prometheus exporter for PgBouncer
MIT License
132 stars 45 forks source link

Fix SHOW CONFIG metrics #105

Closed SuperQ closed 1 year ago

SuperQ commented 1 year ago

Allow for different pgbouncer versions with different numbers of columns returned by SHOW CONFIG.

Fixes: https://github.com/prometheus-community/pgbouncer_exporter/issues/104

Signed-off-by: SuperQ superq@gmail.com

kenneth-duffel commented 1 year ago

Thanks for resolving this.

stanhu commented 1 year ago

Thanks! Looks good to me.