Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release 2.3.0 - 2026/09/02

* in_prometheus: Change default bind address to 127.0.0.1. (#258)
This is incompatible behavior change.
* in_prometheus: Do not disclosure error details for client (#259)
* in_prometheus: Add `ignore_error_log_interval` parameter to suppress repeated error logs (#259,#264)
This introduces the log throttling feature.
* filter_prometheus: Do not let placeholders built from records override the tag ones (#262)
* out_prometheus: Fix a bug that a failing record never reached to @ERROR (#263)
* Support `max_series_per_metric` to limit label sets cardinarity. (#265)
* Refuse wrong <initlabels> which cannot fit into `max_series_per_metric` (#266,#267)
This blocks `max_series_per_metric` mis-configuration on startup.

Release 2.2.2 - 2026/03/27

* in_prometheus: fix: Add IPv6 support for bind parameter (#240)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-prometheus.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "fluent-plugin-prometheus"
spec.version = "2.2.2"
spec.version = "2.3.0"
spec.authors = ["Masahiro Sano"]
spec.email = ["sabottenda@gmail.com"]
spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.}
Expand Down