We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68fa311 + 2069bf6 commit 766ca7eCopy full SHA for 766ca7e
CHANGELOG.md
@@ -1,5 +1,16 @@
1
## master / unreleased
2
3
+## 0.11.0 / 2025-06-13
4
+
5
+Notes:
6
+- This version changes the connection behavior to create a new client
7
+connection for each scrape. Previously a connection was created at startup.
8
+- This version now requires PgBouncer >= 1.8.
9
10
+* [CHANGE] Make connections per-scrape #214
11
+* [FEATURE] Add prepared statement metrics #194
12
+* [FEATURE] Add total_server_assignment_count metric #208
13
14
## 0.10.2 / 2024-10-18
15
16
* [BUGFIX] Fix wrong logging level of "Starting scrape" message #175
VERSION
@@ -1 +1 @@
-0.10.2
+0.11.0
0 commit comments