We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d206b70 commit 3dd0c3aCopy full SHA for 3dd0c3a
2 files changed
ChangeLog
@@ -1,3 +1,7 @@
1
+Release 2.2.2 - 2026/03/27
2
+
3
+ * in_prometheus: fix: Add IPv6 support for bind parameter (#240)
4
5
Release 2.2.1 - 2025/03/24
6
7
* in_prometheus_tail_monitor: Add throttling metrics as `fluentd_tail_file_throttled`. (GitHub#227)
fluent-plugin-prometheus.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "fluent-plugin-prometheus"
- spec.version = "2.2.1"
+ spec.version = "2.2.2"
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