feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10804)

Co-authored-by: Tiger Bot <>
This commit is contained in:
telegraf-tiger[bot] 2022-03-10 14:17:58 -06:00 committed by GitHub
parent 2b817f1b81
commit d8a8816ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -1481,10 +1481,14 @@
# # Send metrics to New Relic metrics endpoint # # Send metrics to New Relic metrics endpoint
# [[outputs.newrelic]] # [[outputs.newrelic]]
# ## New Relic License Key # ## The 'insights_key' parameter requires a NR license key.
# insights_key = "New Relic License Key Here" # ## 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. # ## Prefix to add to add to metric name for easy identification.
# ## This is very useful if your metric names are ambiguous.
# # metric_prefix = "" # # metric_prefix = ""
# #
# ## Timeout for writes to the New Relic API. # ## Timeout for writes to the New Relic API.

View File

@ -1481,10 +1481,14 @@
# # Send metrics to New Relic metrics endpoint # # Send metrics to New Relic metrics endpoint
# [[outputs.newrelic]] # [[outputs.newrelic]]
# ## New Relic License Key # ## The 'insights_key' parameter requires a NR license key.
# insights_key = "New Relic License Key Here" # ## 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. # ## Prefix to add to add to metric name for easy identification.
# ## This is very useful if your metric names are ambiguous.
# # metric_prefix = "" # # metric_prefix = ""
# #
# ## Timeout for writes to the New Relic API. # ## Timeout for writes to the New Relic API.