telegraf/plugins/outputs/newrelic
Paweł Żak 8a6907a186
Revive fixes - part 3 (#8872)
* * Revive fixes regarding following set of rules: [rule.var-naming]
2021-03-01 16:04:35 -05:00
..
README.md Add HTTP proxy setting to New Relic output plugin (#8749) 2021-02-01 12:54:42 -05:00
newrelic.go Revive fixes - part 3 (#8872) 2021-03-01 16:04:35 -05:00
newrelic_test.go Revive fixes - part 3 (#8872) 2021-03-01 16:04:35 -05: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"
  
  ## HTTP Proxy override. If unset use values from the standard
  ## proxy environment variables to determine proxy, if any.
  # http_proxy = "http://corporate.proxy:3128"