Fix spelling errors in comments and documentation (#7492)
This commit is contained in:
@@ -33,7 +33,7 @@ This plugin writes to a [Wavefront](https://www.wavefront.com) proxy, in Wavefro
|
||||
#convert_paths = true
|
||||
|
||||
## 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 accepted
|
||||
#use_strict = false
|
||||
|
||||
## Use Regex to sanitize metric and tag names from invalid characters
|
||||
@@ -75,7 +75,7 @@ source of the metric.
|
||||
### Wavefront Data format
|
||||
The expected input for Wavefront is specified in the following way:
|
||||
```
|
||||
<metric> <value> [<timestamp>] <source|host>=<soureTagValue> [tagk1=tagv1 ...tagkN=tagvN]
|
||||
<metric> <value> [<timestamp>] <source|host>=<sourceTagValue> [tagk1=tagv1 ...tagkN=tagvN]
|
||||
```
|
||||
More information about the Wavefront data format is available [here](https://community.wavefront.com/docs/DOC-1031)
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ var sampleConfig = `
|
||||
#convert_paths = true
|
||||
|
||||
## 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 accepted
|
||||
#use_strict = false
|
||||
|
||||
## Use Regex to sanitize metric and tag names from invalid characters
|
||||
|
||||
Reference in New Issue
Block a user