Skip to content

Commit fb88672

Browse files
committed
Released 1.2.3
1 parent d340a82 commit fb88672

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ It collects all relevant metrics and makes them available to Prometheus via the
2929
| 1.1.0 | 1.1.0 | Oct 08, 2021 |
3030
| 1.2.0 | 1.2.0 | Nov 27, 2021 |
3131
| 1.2.2 | 1.2.2 | Dec 19, 2021 |
32+
| 1.2.3 | 1.2.3 | Dec 24, 2021 |
3233

3334
## Install
3435

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`
3637

3738
**Do not forget to restart the node after the installation!**
3839

gradle.properties

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

3-
version = 1.2.2
3+
version = 1.2.3
44

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

0 commit comments

Comments
 (0)