Sha256: c12f1057050df7e4a68d80986187af72e9b7eca22eec7f21cf1e168a7136453a

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

<source>
  type forward
  port 24224
</source>

<source>
  type newrelic_metrics
  tag newrelic_applications.exsample
  interval 1m
  metrics applications
  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
  api_key "#{ENV['NEWRELIC_API_KEY']}"
</source>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-newrelic_metrics-0.0.3 exsample/exsample.conf
fluent-plugin-newrelic_metrics-0.0.2 exsample/exsample.conf
fluent-plugin-newrelic_metrics-0.0.1 exsample/exsample.conf