You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking Changes:
The exporter nolonger supports configuration via ENV vars. This was a non-standard feature that is not part of the Prometheus ecossystem. All configuration is now handled by the existing command line arguments.
* [CHANGE] Cleanup non-standard ENV var setup #142
* [FEATURE] Add support to include ingest delay when pull metrics #129
* [FEATURE] Add monitoring.filters flag #133
* [ENHANCEMENT] Setup exporter metrics only once when we can #124
Signed-off-by: SuperQ <superq@gmail.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
## master / unreleased
2
-
*[FEATURE] Add support to include ingest delay when pull metrics #129
2
+
3
+
## 0.12.0 / 2022-02-08
3
4
4
5
Breaking Changes:
5
6
6
7
The exporter nolonger supports configuration via ENV vars. This was a non-standard feature that is not part of the Prometheus ecossystem. All configuration is now handled by the existing command line arguments.
7
8
8
9
*[CHANGE] Cleanup non-standard ENV var setup #142
10
+
*[FEATURE] Add support to include ingest delay when pull metrics #129
11
+
*[FEATURE] Add monitoring.filters flag #133
12
+
*[ENHANCEMENT] Setup exporter metrics only once when we can #124
0 commit comments