1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-12-21 04:00:58 +03:00

Release 0.11.1

* [BUGFIX] Fix checkpoint_write_time value type #666
* [BUGFIX] Fix checkpoint_sync_time value type #667

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ
2022-08-18 22:52:25 +02:00
parent 591c019f60
commit e4b3cb5805
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
## master / unreleased
## 0.11.1 / 2022-08-01
* [BUGFIX] Fix checkpoint_write_time value type #666
* [BUGFIX] Fix checkpoint_sync_time value type #667
## 0.11.0 / 2022-07-28
NOTE: pg_stat_bgwriter counter metrics had the `_total` suffix added #556

View File

@@ -1 +1 @@
0.11.0
0.11.1