14 lines
527 B
Text
14 lines
527 B
Text
|
# Configuration for sending metrics to an Instrumental project
|
||
|
[[outputs.instrumental]]
|
||
|
## Project API Token (required)
|
||
|
api_token = "API Token" # required
|
||
|
## Prefix the metrics with a given name
|
||
|
prefix = ""
|
||
|
## Stats output template (Graphite formatting)
|
||
|
## see https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md#graphite
|
||
|
template = "host.tags.measurement.field"
|
||
|
## Timeout in seconds to connect
|
||
|
timeout = "2s"
|
||
|
## Debug true - Print communication to Instrumental
|
||
|
debug = false
|