We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c501897 commit 1606543Copy full SHA for 1606543
README.md
@@ -47,6 +47,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
47
48
| Elasticsearch | Plugin | Release date |
49
|---------------|----------|--------------|
50
+| 8.2.0 | 8.2.0.0 | May 04, 2022 |
51
| 8.1.3 | 8.1.3.0 | Apr 20, 2022 |
52
| 8.1.2 | 8.1.2.0 | Mar 31, 2022 |
53
| 8.1.1 | 8.1.1.0 | Mar 30, 2022 |
gradle.properties
@@ -1,6 +1,6 @@
1
group = org.elasticsearch.plugin.prometheus
2
3
-version = 8.1.3.1-SNAPSHOT
+version = 8.2.0.0
4
5
pluginName = prometheus-exporter
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
0 commit comments