Fix wavefront serializer option names in README

This commit is contained in:
Daniel Nelson
2019-04-05 15:06:46 -07:00
parent 5bc60ca79d
commit ca99569e6f

View File

@@ -10,10 +10,10 @@ The `wavefront` serializer translates the Telegraf metric format to the [Wavefro
## Use Strict rules to sanitize metric and tag names from invalid characters ## Use Strict rules to sanitize metric and tag names from invalid characters
## When enabled forward slash (/) and comma (,) will be accpeted ## When enabled forward slash (/) and comma (,) will be accpeted
# use_strict = false # wavefront_use_strict = false
## point tags to use as the source name for Wavefront (if none found, host will be used) ## point tags to use as the source name for Wavefront (if none found, host will be used)
# source_override = ["hostname", "address", "agent_host", "node_host"] # wavefront_source_override = ["hostname", "address", "agent_host", "node_host"]
## Data format to output. ## Data format to output.
## Each data format has its own unique set of configuration options, read ## Each data format has its own unique set of configuration options, read