Releases: coroot/coroot-pg-agent
Releases · coroot/coroot-pg-agent
1.0.7
Merge pull request #3 from coroot/fix_pg_version_reporting
The `pg_info` metric now contains the original Postgres version (before parsing)
1.0.6
Merge pull request #1 from FranckPachot/main
Support for PostgreSQL compatible databases (trim version)
1.0.5
v1.0.5
obfuscate `pg_lock_awaiting_queries`.`blocking_query`
1.0.4
* redesign of the stat_activity/stat_statements merging
* scraping system views in the background
* metrics: the number of executed queries and timers have been changed to per second GAUGES
1.0.3
v1.0.3
don't take into account short-lived queries from `pg_stat_activity`, …
1.0.2
v1.0.2
don't miss stats of a query that the agent sees for the first time
v1.0.1
handle `pg_stat_statements` counters reset
1.0.0
v1.0.0
squashing commits before publishing