Skip to content

Commit f8e8418

Browse files
authored
v2.2.1 (#233)
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent acdb45c commit f8e8418

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Release 2.2.1 - 2025/03/24
2+
3+
* in_prometheus_tail_monitor: Add throttling metrics as `fluentd_tail_file_throttled`. (GitHub#227)
4+
15
Release 2.2.0 - 2024/08/02
26

37
* in_prometheus: Add gzip support (Add a new parameter `content_encoding gzip`)

fluent-plugin-prometheus.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "fluent-plugin-prometheus"
3-
spec.version = "2.2.0"
3+
spec.version = "2.2.1"
44
spec.authors = ["Masahiro Sano"]
55
spec.email = ["sabottenda@gmail.com"]
66
spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.}

0 commit comments

Comments
 (0)