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 2a21fa6 commit 9c6c563Copy full SHA for 9c6c563
ChangeLog
@@ -1,3 +1,8 @@
1
+Release 2.1.0 - 2023/06/15
2
+
3
+ * Add `initialized` and `initlabels` parameters to `<metric>` element
4
+ * in_prometheus_tail_monitor: Add file open/closed/rotation metrics
5
6
Release 2.0.3 - 2022/05/06
7
8
* in_prometheus_output_monitor: Fix a bug where output_status_num_errors metric is missing
fluent-plugin-prometheus.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "fluent-plugin-prometheus"
- spec.version = "2.0.3"
+ spec.version = "2.1.0"
spec.authors = ["Masahiro Sano"]
spec.email = ["[email protected]"]
spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.}
0 commit comments