Release 0.12.0-rc.0

BREAKING CHANGES:

This release changes support for multiple postgres servers to use the
multi-target exporter pattern. This makes it much easier to monitor multiple
PostgreSQL servers from a single exporter by passing the target via URL
params. See the Multi-Target Support section of the README.

* [CHANGE] Add multi-target support #618
* [BUGFIX] Add dsn type for handling datasources #678

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ
2022-08-26 16:49:54 +02:00
parent f72680be33
commit d86dd06ffe
9 changed files with 39 additions and 23 deletions

View File

@@ -1 +1 @@
0.11.1
0.12.0-rc.0