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 85e6de2 commit ce96badCopy full SHA for ce96bad
main.py
@@ -23,7 +23,7 @@
23
PROMETHEUS_METRICS['num_pvcs_below_threshold'].set(0)
24
# Initialize our Prometheus metrics (info/settings)
25
PROMETHEUS_METRICS['info'] = Info('volume_autoscaler_release', 'Release/version information about this volume autoscaler service')
26
-PROMETHEUS_METRICS['info'].info({'version': '1.0.5'})
+PROMETHEUS_METRICS['info'].info({'version': '1.0.7'})
27
PROMETHEUS_METRICS['settings'] = Info('volume_autoscaler_settings', 'Settings currently used in this service')
28
PROMETHEUS_METRICS['settings'].info(get_settings_for_prometheus_metrics())
29
0 commit comments