Sha256: 0f28a3d5c8f266b58572a8f904d7751a561db3e457d46fddbb0613f4a3639dbb

Contents?: true

Size: 1.55 KB

Versions: 3

Compression:

Stored size: 1.55 KB

Contents

# fluent-plugin-newrelic_metrics [![Build Status](https://secure.travis-ci.org/toyama0919/fluent-plugin-newrelic_metrics.png?branch=master)](http://travis-ci.org/toyama0919/fluent-plugin-newrelic_metrics)

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](../../pull/new/master)

## Information

* [Homepage](https://github.com/toyama0919/fluent-plugin-newrelic_metrics)
* [Issues](https://github.com/toyama0919/fluent-plugin-newrelic_metrics/issues)
* [Documentation](http://rubydoc.info/gems/fluent-plugin-newrelic_metrics/frames)
* [Email](mailto:toyama0919@gmail.com)

## Copyright

Copyright (c) 2015 Hiroshi Toyama

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-newrelic_metrics-0.0.3 README.md
fluent-plugin-newrelic_metrics-0.0.2 README.md
fluent-plugin-newrelic_metrics-0.0.1 README.md