Upgrade prometheus elasticsearch exporter to 1.2.1

Fix a few metrics bugs such as:
 - [BUGFIX] Fixed elasticsearch 7.13 node stats metrics.
 - [BUGFIX] Fixed snapshot stats metrics for some snapshot repository types.
 - [BUGFIX] json parse error if the snapshot json contains failures.
 - [BUGFIX] Remove credentials from URL in clusterinfo metrics.

Change-Id: Ia45dc49ecdb5b599f7d969a3db4ec28d2f774f73
Closes-bug: #1935015
This commit is contained in:
Gaël THEROND (Fl1nt)
2021-07-23 11:28:25 +02:00
committed by Marcin Juszkiewicz
parent a4a0d40f4b
commit d44f289c1d
2 changed files with 11 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% block prometheus_elasticsearch_exporter_header %}{% endblock %}
{% block prometheus_elasticsearch_exporter_repository_version %}
ENV elasticsearch_exporter_version=1.1.0
ENV elasticsearch_exporter_version=1.2.1
{% endblock %}
{% block prometheus_elasticsearch_exporter_install %}

View File

@@ -0,0 +1,10 @@
---
fixes:
- |
Upgrade the prometheus elasticsearch exporter from version 1.1.0 to 1.2.1
in order to fix a few metrics bugs such as:
- [BUGFIX] Fixed elasticsearch 7.13 node stats metrics.
- [BUGFIX] Fixed snapshot stats metrics for some snapshot
repository types.
- [BUGFIX] json parse error if the snapshot json contains failures.
- [BUGFIX] Remove credentials from URL in clusterinfo metrics.