Skip to content

Commit e998831

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Upgrade prometheus elasticsearch exporter to 1.2.1"
2 parents 78c3f39 + d44f289 commit e998831

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
66
{% block prometheus_elasticsearch_exporter_header %}{% endblock %}
77

88
{% block prometheus_elasticsearch_exporter_repository_version %}
9-
ENV elasticsearch_exporter_version=1.1.0
9+
ENV elasticsearch_exporter_version=1.2.1
1010
{% endblock %}
1111

1212
{% block prometheus_elasticsearch_exporter_install %}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
fixes:
3+
- |
4+
Upgrade the prometheus elasticsearch exporter from version 1.1.0 to 1.2.1
5+
in order to fix a few metrics bugs such as:
6+
- [BUGFIX] Fixed elasticsearch 7.13 node stats metrics.
7+
- [BUGFIX] Fixed snapshot stats metrics for some snapshot
8+
repository types.
9+
- [BUGFIX] json parse error if the snapshot json contains failures.
10+
- [BUGFIX] Remove credentials from URL in clusterinfo metrics.

0 commit comments

Comments
 (0)