We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0128d3d commit 4898215Copy full SHA for 4898215
README.md
@@ -46,6 +46,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
46
47
| Elasticsearch | Plugin | Release date |
48
|---------------|----------|--------------|
49
+| 8.1.1 | 8.1.1.0 | Mar 30, 2022 |
50
| 8.1.0 | 8.1.0.0 | Mar 30, 2022 |
51
| 8.0.1 | 8.0.1.0 | Mar 30, 2022 |
52
| 8.0.0 | 8.0.0.0 | Mar 30, 2022 |
gradle.properties
@@ -1,6 +1,6 @@
1
group = org.elasticsearch.plugin.prometheus
2
3
-version = 8.1.0.0
+version = 8.1.1.0
4
5
pluginName = prometheus-exporter
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
0 commit comments