Skip to content

Releases: coroot/coroot-pg-agent

1.0.7

22 Jul 14:17
d8dd488
Compare
Choose a tag to compare
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

21 Jul 15:45
e3afb83
Compare
Choose a tag to compare
Merge pull request #1 from FranckPachot/main

Support for PostgreSQL compatible databases (trim version)

1.0.5

11 Jul 14:50
Compare
Choose a tag to compare
v1.0.5

obfuscate `pg_lock_awaiting_queries`.`blocking_query`

1.0.4

08 Jun 12:32
@def def
Compare
Choose a tag to compare
 * 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

18 May 14:46
@def def
Compare
Choose a tag to compare
v1.0.3

don't take into account short-lived queries from `pg_stat_activity`, …

1.0.2

17 May 12:35
@def def
Compare
Choose a tag to compare
v1.0.2

don't miss stats of a query that the agent sees for the first time

v1.0.1

12 May 14:14
@def def
Compare
Choose a tag to compare
handle `pg_stat_statements` counters reset

1.0.0

01 Feb 09:55
Compare
Choose a tag to compare
v1.0.0

squashing commits before publishing