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

Closes #8 The configuration syntax is ``` key level regex /^([Ii]nfo|[Ii]nformation|[Dd]ebug)$/ ```

throttling config @type throttle group_key $.kubernetes.namespace_name group_bucket_period_s 60 group_bucket_limit 6000 group_reset_rate_s 100 @id copy_k8s_log log_level trace @type copy @id kafka_buffered_k8s_log reserve_data true @log_level trace @type kafka_buffered brokers {brokers list} default_topic...

Support to add prometheus metrics for observability for throttling of logs as requested here #15 . Opens more scope to add lot more metrics related to throttling. Corresponding tests are...

Please merge pending security pathes of fluentd,rake,etc raised by dendabot to make the security fixes build available