Skip to content

Commit 587f0d5

Browse files
committed
v2.3.0
1 parent db2e319 commit 587f0d5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release 2.3.0 - 2026/09/02
2+
3+
* in_prometheus: Change default bind address to 127.0.0.1. (#258)
4+
This is incompatible behavior change.
5+
* in_prometheus: Do not disclosure error details for client (#259)
6+
* in_prometheus: Add `ignore_error_log_interval` parameter to suppress repeated error logs (#259,#264)
7+
This introduces the log throttling feature.
8+
* filter_prometheus: Do not let placeholders built from records override the tag ones (#262)
9+
* out_prometheus: Fix a bug that a failing record never reached to @ERROR (#263)
10+
* Support `max_series_per_metric` to limit label sets cardinarity. (#265)
11+
* Refuse wrong <initlabels> which cannot fit into `max_series_per_metric` (#266,#267)
12+
This blocks `max_series_per_metric` mis-configuration on startup.
13+
114
Release 2.2.2 - 2026/03/27
215

316
* in_prometheus: fix: Add IPv6 support for bind parameter (#240)

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.2"
3+
spec.version = "2.3.0"
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)