File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ It collects all relevant metrics and makes them available to Prometheus via the
29
29
| 1.1.0 | 1.1.0 | Oct 08, 2021 |
30
30
| 1.2.0 | 1.2.0 | Nov 27, 2021 |
31
31
| 1.2.2 | 1.2.2 | Dec 19, 2021 |
32
+ | 1.2.3 | 1.2.3 | Dec 24, 2021 |
32
33
33
34
## Install
34
35
35
- ` ./bin/opensearch-plugin install -b https://github.com/aparo/opensearch-prometheus-exporter/releases/download/1.2.2 /prometheus-exporter-1.2.2 .zip `
36
+ ` ./bin/opensearch-plugin install -b https://github.com/aparo/opensearch-prometheus-exporter/releases/download/1.2.3 /prometheus-exporter-1.2.3 .zip `
36
37
37
38
** Do not forget to restart the node after the installation!**
38
39
Original file line number Diff line number Diff line change 1
1
group = org.opensearch.plugin.prometheus
2
2
3
- version = 1.2.2
3
+ version = 1.2.3
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments