Releases: cermati/postgres_exporter
Releases · cermati/postgres_exporter
0.12.0-cermati.0 / 2023-05-22
- [FEATURE] Add
--max-open-connsand--max-idle-connsoptions, allowing the exporter to execute metric queries concurrently if set to a number greater than 1 - [FEATURE] Add
pg_exporter_metric_query_last_duration_secondsandpg_exporter_metric_query_errors_totalmetrics, which describes the last execution duration of metric queries and the number of query errors that have happened so far, respectively. The metrics cover custom user queries (specified with--extend.query-path) as well as the default metrics (--no-disable-default-metricsand--no-disable-settings-metrics).