File tree 3 files changed +4
-3
lines changed
src/main/java/org/elasticsearch/action
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
56
56
57
57
| Elasticsearch | Plugin | Release date |
58
58
| ---------------| ----------| ---------------|
59
+ | 8.15.0 | 8.15.0.0 | Aug 16, 2024 |
59
60
| 8.14.3 | 8.14.3.0 | July 12, 2024 |
60
61
| 8.14.2 | 8.14.2.0 | July 05, 2024 |
61
62
| 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
111
112
112
113
```
113
114
./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
115
116
```
116
117
117
118
** Do not forget to restart the node after the installation!**
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.14.3.1-SNAPSHOT
3
+ version = 8.15.0.0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
Original file line number Diff line number Diff line change 28
28
public class NodePrometheusMetricsRequest extends MasterNodeReadRequest <NodePrometheusMetricsRequest > {
29
29
30
30
public NodePrometheusMetricsRequest () {
31
- super ();
31
+ super (TRAPPY_IMPLICIT_DEFAULT_MASTER_NODE_TIMEOUT );
32
32
}
33
33
34
34
public NodePrometheusMetricsRequest (StreamInput in ) throws IOException {
You can’t perform that action at this time.
0 commit comments