From ca99569e6f19502894409de960d504fded9f7b9a Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 5 Apr 2019 15:06:46 -0700 Subject: [PATCH] Fix wavefront serializer option names in README --- plugins/serializers/wavefront/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/serializers/wavefront/README.md b/plugins/serializers/wavefront/README.md index 2b3be1f78..7a6594da3 100644 --- a/plugins/serializers/wavefront/README.md +++ b/plugins/serializers/wavefront/README.md @@ -1,6 +1,6 @@ # Example -The `wavefront` serializer translates the Telegraf metric format to the [Wavefront Data Format](https://docs.wavefront.com/wavefront_data_format.html). +The `wavefront` serializer translates the Telegraf metric format to the [Wavefront Data Format](https://docs.wavefront.com/wavefront_data_format.html). ### Configuration @@ -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 ## 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) - # source_override = ["hostname", "address", "agent_host", "node_host"] + # wavefront_source_override = ["hostname", "address", "agent_host", "node_host"] ## Data format to output. ## Each data format has its own unique set of configuration options, read