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:

committed by
Marcin Juszkiewicz

parent
a4a0d40f4b
commit
d44f289c1d
@@ -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 %}
|
||||
|
10
releasenotes/notes/bug-1935015-385d6f20e32311eb.yml
Normal file
10
releasenotes/notes/bug-1935015-385d6f20e32311eb.yml
Normal 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.
|
Reference in New Issue
Block a user