Skip to content

Commit 4eb097b

Browse files
committed
9.1.7.0
1 parent c9d3655 commit 4eb097b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
5757

5858
| Elasticsearch | Plugin | Release date |
5959
|---------------|---------|--------------|
60+
| 9.1.7 | 9.1.7.0 | Nov 15, 2025 |
6061
| 9.1.6 | 9.1.6.0 | Oct 25, 2025 |
6162
| 9.1.5 | 9.1.5.0 | Oct 07, 2025 |
6263
| 9.1.4 | 9.1.4.0 | Sep 19, 2025 |
@@ -71,7 +72,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7172

7273
```
7374
./bin/elasticsearch-plugin install -b \
74-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/9.1.6.0/prometheus-exporter-9.1.6.0.zip
75+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/9.1.7.0/prometheus-exporter-9.1.7.0.zip
7576
```
7677

7778
**Do not forget to restart the node after the installation!**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 9.1.6.1-SNAPSHOT
3+
version = 9.1.7.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)