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 0e359a1 commit ef53c83Copy full SHA for ef53c83
ChangeLog
@@ -1,3 +1,7 @@
1
+Release 2.0.3 - 2022/05/06
2
+
3
+ * in_prometheus_output_monitor: Fix a bug where output_status_num_errors metric is missing
4
5
Release 2.0.2 - 2021/08/02
6
7
* in_prometheus_output_monitor: Follow Fluentd's core metrics mechanism
fluent-plugin-prometheus.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "fluent-plugin-prometheus"
- spec.version = "2.0.2"
+ spec.version = "2.0.3"
spec.authors = ["Masahiro Sano"]
spec.email = ["sabottenda@gmail.com"]
spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.}
0 commit comments