telegraf/plugins/outputs/newrelic
Jim Hagan 2b817f1b81
docs: Improve language related to the New Relic license key. (#10796)
2022-03-10 12:48:34 -07:00
..
README.md docs: Improve language related to the New Relic license key. (#10796) 2022-03-10 12:48:34 -07:00
newrelic.go docs: Improve language related to the New Relic license key. (#10796) 2022-03-10 12:48:34 -07:00
newrelic_test.go Added support to override metric_url in newrelic output plugin (#9342) 2021-06-15 17:15:31 -04: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]]
  ## The 'insights_key' parameter requires a NR license key.
  ## New Relic recommends you create one
  ## with a convenient name such as TELEGRAF_INSERT_KEY.
  ## reference: https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#ingest-license-key
  insights_key = "New Relic License Key Here"

  ## Prefix to add to add to metric name for easy identification.
  ## This is very useful if your metric names are ambiguous.
  # metric_prefix = ""

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

  ## HTTP Proxy override. If unset use values from the standard
  ## proxy environment variables to determine proxy, if any.
  # http_proxy = "http://corporate.proxy:3128"

  ## Metric URL override to enable geographic location endpoints.
  # If not set use values from the standard
  # metric_url = "https://metric-api.newrelic.com/metric/v1"