No commit activity in last 3 years
No release in over 3 years
Modified version of default in_monitor_agent in fluentd. It can monitor number of emitted records during emit_interval when tag is configured.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 2.14, < 4
~> 11.0
~> 1.0
~> 0.7
~> 3.2
~> 0.3

Runtime

>= 1.6.3, < 2
 Project Readme

fluent-plugin-monitor-agent-modified

Modified version of the in_monitor_agent plugin in fluentd. It can monitor number of emitted records during emit_interval when tag is configured. The filed is records.

Installation

This Fluentd plugin is available as the fluent-plugin-monitor-agent-modified gem from RubyGems.

gem install fluent-plugin-monitor-agent-modified

Or you can install this plugin for td-agent as:

td-agent-gem install fluent-plugin-monitor-agent-modified

Usage

Same as the in_monitor_agent plugin in Fluentd

Contributing

Bug reports and pull requests are welcome on GitHub