fluent-plugin-newrelic_metrics Build Status

NewrelicMetrics plugin for fluentd

Examples

<source>
  type newrelic_metrics
  tag newrelic_applications.exsample
  interval 1m
  metrics applications # applications or servers
  api_key "#{ENV['NEWRELIC_API_KEY']}"
</source>

<match newrelic_applications.exsample>
  type stdout
</match>

<source>
  type newrelic_metrics
  tag newrelic_servers.exsample
  interval 1m
  metrics servers # applications or servers
  api_key "#{ENV['NEWRELIC_API_KEY']}"
</source>

<match newrelic_servers.exsample>
  type stdout
</match>

output

#TODO

parameter

param value default
interval leftronic access key 1m
stream_name leftronic stream name test

Installation

fluent-gem install fluent-plugin-newrelic_metrics

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Information

Copyright (c) 2015 Hiroshi Toyama