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.
1 parent 3b28731 commit c79c337Copy full SHA for c79c337
CHANGELOG.md
@@ -85,6 +85,12 @@
85
- dev: perf tests split up to make testing branches easier
86
- dev: remove pytz
87
88
-## 0.6.1dev
+## 0.6.1
89
+
90
+- vcpu collector - use prometheus
91
+- gather: fix empty config.json when `job_host_summary` disabled
92
+- dev: future optional collectors
93
94
+## 0.7.0dev
95
96
- TODO
setup.cfg
@@ -2,7 +2,7 @@
2
name = metrics_utility
3
author = Red Hat
4
author_email = [email protected]
5
-version = 0.6.1dev
+version = 0.7.0dev
6
7
[options]
8
packages = find:
0 commit comments