Update graphite output dataf format docs
This commit is contained in:
@@ -3,12 +3,10 @@
|
||||
This plugin writes to [Graphite](http://graphite.readthedocs.org/en/latest/index.html)
|
||||
via raw TCP.
|
||||
|
||||
<aside class="notice">
|
||||
When `graphite_tag_support` is enabled, `name` as tag name is reserved for graphite metric and will be replaced with `_name`.
|
||||
</aside>
|
||||
For details on the translation between Telegraf Metrics and Graphite output,
|
||||
see the [Graphite Data Format](../../../docs/DATA_FORMATS_OUTPUT.md)
|
||||
|
||||
|
||||
## Configuration:
|
||||
### Configuration:
|
||||
|
||||
```toml
|
||||
# Configuration for Graphite server to send metrics to
|
||||
@@ -22,10 +20,10 @@ When `graphite_tag_support` is enabled, `name` as tag name is reserved for graph
|
||||
## Graphite output template
|
||||
## see https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
|
||||
template = "host.tags.measurement.field"
|
||||
|
||||
## Enable Graphite tags support
|
||||
## see http://graphite.readthedocs.io/en/latest/tags.html
|
||||
## Defaults to "false"
|
||||
# graphite_tag_support = true
|
||||
# graphite_tag_support = false
|
||||
|
||||
## timeout in seconds for the write connection to graphite
|
||||
timeout = 2
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@ var sampleConfig = `
|
||||
## Graphite output template
|
||||
## see https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
|
||||
template = "host.tags.measurement.field"
|
||||
|
||||
## Enable Graphite tags support
|
||||
## see http://graphite.readthedocs.io/en/latest/tags.html
|
||||
## Defaults to "false"
|
||||
# graphite_tag_support = true
|
||||
# graphite_tag_support = false
|
||||
|
||||
## timeout in seconds for the write connection to graphite
|
||||
timeout = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user