Skip to content

Commit eb2247b

Browse files
committed
8.15.0.0
1 parent f1e5b30 commit eb2247b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
5656

5757
| Elasticsearch | Plugin | Release date |
5858
|---------------|----------|---------------|
59+
| 8.15.0 | 8.15.0.0 | Aug 16, 2024 |
5960
| 8.14.3 | 8.14.3.0 | July 12, 2024 |
6061
| 8.14.2 | 8.14.2.0 | July 05, 2024 |
6162
| 8.14.1 | 8.14.1.0 | Jun 14, 2024 |
@@ -111,7 +112,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
111112

112113
```
113114
./bin/elasticsearch-plugin install -b \
114-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.14.3.0/prometheus-exporter-8.14.3.0.zip
115+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.15.0.0/prometheus-exporter-8.15.0.0.zip
115116
```
116117

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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 8.14.3.1-SNAPSHOT
3+
version = 8.15.0.0
44

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

src/main/java/org/elasticsearch/action/NodePrometheusMetricsRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class NodePrometheusMetricsRequest extends MasterNodeReadRequest<NodePrometheusMetricsRequest> {
2929

3030
public NodePrometheusMetricsRequest() {
31-
super();
31+
super(TRAPPY_IMPLICIT_DEFAULT_MASTER_NODE_TIMEOUT);
3232
}
3333

3434
public NodePrometheusMetricsRequest(StreamInput in) throws IOException {

0 commit comments

Comments
 (0)