File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
docker/prometheus/prometheus-elasticsearch-exporter Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
6
6
{% block prometheus_elasticsearch_exporter_header %}{% endblock %}
7
7
8
8
{% block prometheus_elasticsearch_exporter_repository_version %}
9
- ENV elasticsearch_exporter_version=1.1.0
9
+ ENV elasticsearch_exporter_version=1.2.1
10
10
{% endblock %}
11
11
12
12
{% block prometheus_elasticsearch_exporter_install %}
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments