telegraf/plugins/outputs/newrelic
Samuel Vandamme eb162ddaa4
Fixed title on New Relic README.md (#7948)
2020-08-06 12:29:15 -04:00
..
README.md Fixed title on New Relic README.md (#7948) 2020-08-06 12:29:15 -04:00
newrelic.go Update docs for newrelic output 2020-05-27 11:52:21 -07:00
newrelic_test.go Add newrelic output plugin (#7019) 2020-05-27 11:24:49 -07:00

README.md

New Relic output plugin

This plugins writes to New Relic Insights using the Metrics API.

To use this plugin you must first obtain an Insights API Key.

Telegraf minimum version: Telegraf 1.15.0

Configuration

[[outputs.newrelic]]
  ## New Relic Insights API key
  insights_key = "insights api key"

  ## Prefix to add to add to metric name for easy identification.
  # metric_prefix = ""

  ## Timeout for writes to the New Relic API.
  # timeout = "15s"