Skip to content

Commit 052e88a

Browse files
committed
Fix grammar
1 parent b9ce455 commit 052e88a

File tree

30 files changed

+56
-56
lines changed

30 files changed

+56
-56
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You should also add the following to your SampleConfig() return:
124124

125125
```toml
126126
## Data format to consume.
127-
## Each data format has it's own unique set of configuration options, read
127+
## Each data format has its own unique set of configuration options, read
128128
## more about them here:
129129
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
130130
data_format = "influx"
@@ -254,7 +254,7 @@ You should also add the following to your SampleConfig() return:
254254

255255
```toml
256256
## Data format to output.
257-
## Each data format has it's own unique set of configuration options, read
257+
## Each data format has its own unique set of configuration options, read
258258
## more about them here:
259259
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
260260
data_format = "influx"

docs/DATA_FORMATS_INPUT.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ example, in the exec plugin:
4141
name_suffix = "_mycollector"
4242

4343
## Data format to consume.
44-
## Each data format has it's own unique set of configuration options, read
44+
## Each data format has its own unique set of configuration options, read
4545
## more about them here:
4646
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
4747
data_format = "json"
@@ -68,7 +68,7 @@ metrics are parsed directly into Telegraf metrics.
6868
name_suffix = "_mycollector"
6969

7070
## Data format to consume.
71-
## Each data format has it's own unique set of configuration options, read
71+
## Each data format has its own unique set of configuration options, read
7272
## more about them here:
7373
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
7474
data_format = "influx"
@@ -118,7 +118,7 @@ For example, if you had this configuration:
118118
name_suffix = "_mycollector"
119119

120120
## Data format to consume.
121-
## Each data format has it's own unique set of configuration options, read
121+
## Each data format has its own unique set of configuration options, read
122122
## more about them here:
123123
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
124124
data_format = "json"
@@ -162,7 +162,7 @@ For example, if the following configuration:
162162
name_suffix = "_mycollector"
163163

164164
## Data format to consume.
165-
## Each data format has it's own unique set of configuration options, read
165+
## Each data format has its own unique set of configuration options, read
166166
## more about them here:
167167
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
168168
data_format = "json"
@@ -233,7 +233,7 @@ name of the plugin.
233233
name_override = "entropy_available"
234234

235235
## Data format to consume.
236-
## Each data format has it's own unique set of configuration options, read
236+
## Each data format has its own unique set of configuration options, read
237237
## more about them here:
238238
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
239239
data_format = "value"
@@ -391,7 +391,7 @@ There are many more options available,
391391
name_suffix = "_mycollector"
392392

393393
## Data format to consume.
394-
## Each data format has it's own unique set of configuration options, read
394+
## Each data format has its own unique set of configuration options, read
395395
## more about them here:
396396
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
397397
data_format = "graphite"
@@ -467,7 +467,7 @@ You can also change the path to the typesdb or add additional typesdb using
467467
name_prefix = "collectd_"
468468

469469
## Data format to consume.
470-
## Each data format has it's own unique set of configuration options, read
470+
## Each data format has its own unique set of configuration options, read
471471
## more about them here:
472472
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
473473
data_format = "collectd"

docs/DATA_FORMATS_OUTPUT.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ config option, for example, in the `file` output plugin:
3636
files = ["stdout"]
3737

3838
## Data format to output.
39-
## Each data format has it's own unique set of configuration options, read
39+
## Each data format has its own unique set of configuration options, read
4040
## more about them here:
4141
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
4242
data_format = "influx"
@@ -60,7 +60,7 @@ metrics are serialized directly into InfluxDB line-protocol.
6060
files = ["stdout", "/tmp/metrics.out"]
6161

6262
## Data format to output.
63-
## Each data format has it's own unique set of configuration options, read
63+
## Each data format has its own unique set of configuration options, read
6464
## more about them here:
6565
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
6666
data_format = "influx"
@@ -104,7 +104,7 @@ tars.cpu-total.us-east-1.cpu.usage_idle 98.09 1455320690
104104
files = ["stdout", "/tmp/metrics.out"]
105105

106106
## Data format to output.
107-
## Each data format has it's own unique set of configuration options, read
107+
## Each data format has its own unique set of configuration options, read
108108
## more about them here:
109109
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
110110
data_format = "graphite"
@@ -143,7 +143,7 @@ The JSON data format serialized Telegraf metrics in json format. The format is:
143143
files = ["stdout", "/tmp/metrics.out"]
144144

145145
## Data format to output.
146-
## Each data format has it's own unique set of configuration options, read
146+
## Each data format has its own unique set of configuration options, read
147147
## more about them here:
148148
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
149149
data_format = "json"

etc/telegraf.conf

+14-14
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
# # insecure_skip_verify = false
162162
#
163163
# ## Data format to output.
164-
# ## Each data format has it's own unique set of configuration options, read
164+
# ## Each data format has its own unique set of configuration options, read
165165
# ## more about them here:
166166
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
167167
# data_format = "influx"
@@ -250,7 +250,7 @@
250250
# files = ["stdout", "/tmp/metrics.out"]
251251
#
252252
# ## Data format to output.
253-
# ## Each data format has it's own unique set of configuration options, read
253+
# ## Each data format has its own unique set of configuration options, read
254254
# ## more about them here:
255255
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
256256
# data_format = "influx"
@@ -373,7 +373,7 @@
373373
#
374374
#
375375
# ## Data format to output.
376-
# ## Each data format has it's own unique set of configuration options, read
376+
# ## Each data format has its own unique set of configuration options, read
377377
# ## more about them here:
378378
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
379379
# data_format = "influx"
@@ -425,7 +425,7 @@
425425
# # insecure_skip_verify = false
426426
#
427427
# ## Data format to output.
428-
# ## Each data format has it's own unique set of configuration options, read
428+
# ## Each data format has its own unique set of configuration options, read
429429
# ## more about them here:
430430
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
431431
# data_format = "influx"
@@ -449,7 +449,7 @@
449449
# # insecure_skip_verify = false
450450
#
451451
# ## Data format to output.
452-
# ## Each data format has it's own unique set of configuration options, read
452+
# ## Each data format has its own unique set of configuration options, read
453453
# ## more about them here:
454454
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
455455
# data_format = "influx"
@@ -463,7 +463,7 @@
463463
# topic = "telegraf"
464464
#
465465
# ## Data format to output.
466-
# ## Each data format has it's own unique set of configuration options, read
466+
# ## Each data format has its own unique set of configuration options, read
467467
# ## more about them here:
468468
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
469469
# data_format = "influx"
@@ -564,7 +564,7 @@
564564
# # keep_alive_period = "5m"
565565
#
566566
# ## Data format to generate.
567-
# ## Each data format has it's own unique set of configuration options, read
567+
# ## Each data format has its own unique set of configuration options, read
568568
# ## more about them here:
569569
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
570570
# # data_format = "influx"
@@ -1020,7 +1020,7 @@
10201020
# name_suffix = "_mycollector"
10211021
#
10221022
# ## Data format to consume.
1023-
# ## Each data format has it's own unique set of configuration options, read
1023+
# ## Each data format has its own unique set of configuration options, read
10241024
# ## more about them here:
10251025
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
10261026
# data_format = "influx"
@@ -2157,7 +2157,7 @@
21572157
# # insecure_skip_verify = false
21582158
#
21592159
# ## Data format to output.
2160-
# ## Each data format has it's own unique set of configuration options, read
2160+
# ## Each data format has its own unique set of configuration options, read
21612161
# ## more about them here:
21622162
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
21632163
# data_format = "influx"
@@ -2271,7 +2271,7 @@
22712271
# # insecure_skip_verify = false
22722272
#
22732273
# ## Data format to consume.
2274-
# ## Each data format has it's own unique set of configuration options, read
2274+
# ## Each data format has its own unique set of configuration options, read
22752275
# ## more about them here:
22762276
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
22772277
# data_format = "influx"
@@ -2294,7 +2294,7 @@
22942294
# # pending_bytes_limit = 67108864
22952295
#
22962296
# ## Data format to consume.
2297-
# ## Each data format has it's own unique set of configuration options, read
2297+
# ## Each data format has its own unique set of configuration options, read
22982298
# ## more about them here:
22992299
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
23002300
# data_format = "influx"
@@ -2309,7 +2309,7 @@
23092309
# max_in_flight = 100
23102310
#
23112311
# ## Data format to consume.
2312-
# ## Each data format has it's own unique set of configuration options, read
2312+
# ## Each data format has its own unique set of configuration options, read
23132313
# ## more about them here:
23142314
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
23152315
# data_format = "influx"
@@ -2347,7 +2347,7 @@
23472347
# # keep_alive_period = "5m"
23482348
#
23492349
# ## Data format to consume.
2350-
# ## Each data format has it's own unique set of configuration options, read
2350+
# ## Each data format has its own unique set of configuration options, read
23512351
# ## more about them here:
23522352
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
23532353
# # data_format = "influx"
@@ -2414,7 +2414,7 @@
24142414
# pipe = false
24152415
#
24162416
# ## Data format to consume.
2417-
# ## Each data format has it's own unique set of configuration options, read
2417+
# ## Each data format has its own unique set of configuration options, read
24182418
# ## more about them here:
24192419
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
24202420
# data_format = "influx"

internal/config/testdata/telegraf-agent.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# Kafka topic for producer messages
6161
topic = "telegraf"
6262
# Telegraf tag to use as a routing key
63-
# ie, if this tag exists, it's value will be used as the routing key
63+
# ie, if this tag exists, its value will be used as the routing key
6464
routing_tag = "host"
6565

6666

plugins/inputs/amqp_consumer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following defaults are known to work with RabbitMQ:
4040
# insecure_skip_verify = false
4141

4242
## Data format to output.
43-
## Each data format has it's own unique set of configuration options, read
43+
## Each data format has its own unique set of configuration options, read
4444
## more about them here:
4545
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
4646
data_format = "influx"

plugins/inputs/amqp_consumer/amqp_consumer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (a *AMQPConsumer) SampleConfig() string {
8686
# insecure_skip_verify = false
8787
8888
## Data format to output.
89-
## Each data format has it's own unique set of configuration options, read
89+
## Each data format has its own unique set of configuration options, read
9090
## more about them here:
9191
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
9292
data_format = "influx"

plugins/inputs/exec/exec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const sampleConfig = `
3535
name_suffix = "_mycollector"
3636
3737
## Data format to consume.
38-
## Each data format has it's own unique set of configuration options, read
38+
## Each data format has its own unique set of configuration options, read
3939
## more about them here:
4040
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
4141
data_format = "influx"

plugins/inputs/kafka_consumer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from the same topic in parallel.
2424

2525
## Data format to consume.
2626

27-
## Each data format has it's own unique set of configuration options, read
27+
## Each data format has its own unique set of configuration options, read
2828
## more about them here:
2929
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
3030
data_format = "influx"

plugins/inputs/mqtt_consumer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The plugin expects messages in the
4040
# insecure_skip_verify = false
4141

4242
## Data format to consume.
43-
## Each data format has it's own unique set of configuration options, read
43+
## Each data format has its own unique set of configuration options, read
4444
## more about them here:
4545
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
4646
data_format = "influx"

plugins/inputs/mqtt_consumer/mqtt_consumer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var sampleConfig = `
8282
# insecure_skip_verify = false
8383
8484
## Data format to consume.
85-
## Each data format has it's own unique set of configuration options, read
85+
## Each data format has its own unique set of configuration options, read
8686
## more about them here:
8787
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
8888
data_format = "influx"

plugins/inputs/nats_consumer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from a NATS cluster in parallel.
2525

2626
## Data format to consume.
2727

28-
## Each data format has it's own unique set of configuration options, read
28+
## Each data format has its own unique set of configuration options, read
2929
## more about them here:
3030
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
3131
data_format = "influx"

plugins/inputs/nats_consumer/nats_consumer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var sampleConfig = `
6666
# pending_bytes_limit = 67108864
6767
6868
## Data format to consume.
69-
## Each data format has it's own unique set of configuration options, read
69+
## Each data format has its own unique set of configuration options, read
7070
## more about them here:
7171
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
7272
data_format = "influx"

plugins/inputs/nsq_consumer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ topic and adds messages to InfluxDB. This plugin allows a message to be in any o
1515
max_in_flight = 100
1616

1717
## Data format to consume.
18-
## Each data format has it's own unique set of configuration options, read
18+
## Each data format has its own unique set of configuration options, read
1919
## more about them here:
2020
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
2121
data_format = "influx"

plugins/inputs/nsq_consumer/nsq_consumer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var sampleConfig = `
2828
max_in_flight = 100
2929
3030
## Data format to consume.
31-
## Each data format has it's own unique set of configuration options, read
31+
## Each data format has its own unique set of configuration options, read
3232
## more about them here:
3333
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
3434
data_format = "influx"

plugins/inputs/socket_listener/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is a sample configuration for the plugin.
4343
# keep_alive_period = "5m"
4444

4545
## Data format to consume.
46-
## Each data format has it's own unique set of configuration options, read
46+
## Each data format has its own unique set of configuration options, read
4747
## more about them here:
4848
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
4949
# data_format = "influx"

plugins/inputs/socket_listener/socket_listener.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (sl *SocketListener) SampleConfig() string {
185185
# keep_alive_period = "5m"
186186
187187
## Data format to consume.
188-
## Each data format has it's own unique set of configuration options, read
188+
## Each data format has its own unique set of configuration options, read
189189
## more about them here:
190190
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
191191
# data_format = "influx"

plugins/inputs/tail/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The plugin expects messages in one of the
4040
pipe = false
4141

4242
## Data format to consume.
43-
## Each data format has it's own unique set of configuration options, read
43+
## Each data format has its own unique set of configuration options, read
4444
## more about them here:
4545
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
4646
data_format = "influx"

plugins/inputs/tail/tail.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const sampleConfig = `
4848
pipe = false
4949
5050
## Data format to consume.
51-
## Each data format has it's own unique set of configuration options, read
51+
## Each data format has its own unique set of configuration options, read
5252
## more about them here:
5353
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
5454
data_format = "influx"

plugins/outputs/amqp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For an introduction to AMQP see:
2727
## described here: https://www.rabbitmq.com/plugins.html
2828
# auth_method = "PLAIN"
2929
## Telegraf tag to use as a routing key
30-
## ie, if this tag exists, it's value will be used as the routing key
30+
## ie, if this tag exists, its value will be used as the routing key
3131
routing_tag = "host"
3232
3333
## InfluxDB retention policy
@@ -47,7 +47,7 @@ For an introduction to AMQP see:
4747
# insecure_skip_verify = false
4848
4949
## Data format to output.
50-
## Each data format has it's own unique set of configuration options, read
50+
## Each data format has its own unique set of configuration options, read
5151
## more about them here:
5252
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
5353
data_format = "influx"

0 commit comments

Comments
 (0)