Skip to content

Commit 0f6980d

Browse files
keithplbilboer
authored andcommitted
Bump Openstack Exporter version to 0.6.0
There appears to be a bug in the prometheus openstack exporter versions <= 0.2.1 causing cinder data to stop being collected after about 24 hours. Bumping to latest stable version 0.6.0. Change-Id: Iccaf4c0bb79e7e33072e37aa83711b37938d6719 Signed-off-by: Keith Plant <[email protected]> (cherry picked from commit cd7f78e)
1 parent 3806c8f commit 0f6980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/prometheus/prometheus-openstack-exporter/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
44
{% block prometheus_openstack_exporter_header %}{% endblock %}
55

66
{% block prometheus_openstack_exporter_repository_version %}
7-
ENV prometheus_openstack_exporter_version=0.2.1
7+
ENV prometheus_openstack_exporter_version=0.6.0
88
{% endblock %}
99

1010
{% block prometheus_openstack_exporter_install %}

0 commit comments

Comments
 (0)