Fluent::Plugin::Stathat, a plugin for Fluentd
StatHat output plugin for Fluentd.
$ fluent-gem install fluent-plugin-stathat
<match stathat.**>
type stathat
ezkey your_email@example.com # The ezkey for your StatHat account
stat my_graph # stat name (default: tag name)
count key_name
# or `value key_name`.
# this plugin requires either `count` or `value` is required, but not both.
</match>
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request