Skip to content

Commit 9c6c563

Browse files
committed
v2.1.0
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 2a21fa6 commit 9c6c563

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
Release 2.0.3 - 2022/05/06
27

38
* in_prometheus_output_monitor: Fix a bug where output_status_num_errors metric is missing

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.0.3"
3+
spec.version = "2.1.0"
44
spec.authors = ["Masahiro Sano"]
55
spec.email = ["[email protected]"]
66
spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.}

0 commit comments

Comments
 (0)