fluent-plugin-throttle icon indicating copy to clipboard operation
fluent-plugin-throttle copied to clipboard

Rate limiting for fluentd

Results 14 fluent-plugin-throttle issues
Sort by recently updated
recently updated
newest added

Hi, For our application we needs an additional custom field in the record to indicate throttling instead of discarding it. Based on that we will do post processing things on...

Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.4.1 to 1.4.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yajl-ruby&package-manager=bundler&previous-version=1.4.1&new-version=1.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Hi, First of all, thanks for your great plugin, I find it very useful and powerful. Our use case requires group records by `pod_name` + specific `log_levels`. For example, we...

Bumps [fluentd](https://github.com/fluent/fluentd) from 1.11.1 to 1.14.2. Changelog Sourced from fluentd's changelog. v1.14.2 Release v1.14.2 - 2021/10/29 IMPORTANT: This release contain the fix for CVE-2021-41186 - ReDoS vulnerability in parser_apache2. This...

dependencies

Hi, we limit the application access log to 1 log per second(see below config), but the td-agent stops emitting the logs completely instead of emitting expected 1 log per second....

Add support for metrics using the [Prometheus plugin](https://github.com/fluent/fluent-plugin-prometheus) that can be used for monitoring: - count of dropped logs - rate of logs

This PR adds the ability to override the throttle limits for specific groups. The default still exists if no groups are configured, groups are completely optional.

Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 12.3.3. Changelog Sourced from rake's changelog. === 12.3.3 ==== Bug fixes Use the application's name in error message if a task is not found. Pull...

dependencies

Throttling on messages is only one axis. We have software that produces a modest number of log 'messages' but blow up our pipelines because those 'messages' are sometimes > 1MB....