Fixup some URL typos
This commit is contained in:
parent
9273782093
commit
c09884c686
|
@ -151,7 +151,7 @@ You should also add the following to your SampleConfig() return:
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite"
|
### Data format to consume. This can be "json", "influx" or "graphite"
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ example, in the exec plugin:
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite"
|
### Data format to consume. This can be "json", "influx" or "graphite"
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
|
|
||||||
### Additional configuration options go here
|
### Additional configuration options go here
|
||||||
|
@ -61,7 +61,7 @@ metrics are parsed directly into Telegraf metrics.
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite"
|
### Data format to consume. This can be "json", "influx" or "graphite"
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ For example, if you had this configuration:
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite"
|
### Data format to consume. This can be "json", "influx" or "graphite"
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
|
|
||||||
### List of tag names to extract from top-level of JSON server response
|
### List of tag names to extract from top-level of JSON server response
|
||||||
|
@ -250,7 +250,7 @@ There are many more options available,
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite" (line-protocol)
|
### Data format to consume. This can be "json", "influx" or "graphite" (line-protocol)
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "graphite"
|
data_format = "graphite"
|
||||||
|
|
||||||
### This string will be used to join the matched values.
|
### This string will be used to join the matched values.
|
||||||
|
|
|
@ -23,7 +23,7 @@ const sampleConfig = `
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite"
|
### Data format to consume. This can be "json", "influx" or "graphite"
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ var sampleConfig = `
|
||||||
### Data format to consume. This can be "json", "influx" or "graphite"
|
### Data format to consume. This can be "json", "influx" or "graphite"
|
||||||
### Each data format has it's own unique set of configuration options, read
|
### Each data format has it's own unique set of configuration options, read
|
||||||
### more about them here:
|
### more about them here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@ const sampleConfig = `
|
||||||
convert_names = true
|
convert_names = true
|
||||||
|
|
||||||
### Statsd data translation templates, more info can be read here:
|
### Statsd data translation templates, more info can be read here:
|
||||||
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS.md#graphite
|
### https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md#graphite
|
||||||
# templates = [
|
# templates = [
|
||||||
# "cpu.* measurement*"
|
# "cpu.* measurement*"
|
||||||
# ]
|
# ]
|
||||||
|
|
Loading…
Reference in New Issue