Add link to line protocol in data fromat docs

This commit is contained in:
Daniel Nelson 2018-09-11 13:52:13 -07:00
parent 85c004bb05
commit fa1c572096
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 7 additions and 4 deletions

View File

@ -14,9 +14,10 @@ Telegraf is able to parse the following input data formats into metrics:
1. [Wavefront](#wavefront)
1. [CSV](#csv)
Telegraf metrics, like InfluxDB
[points](https://docs.influxdata.com/influxdb/v0.10/write_protocols/line/),
are a combination of four basic parts:
Telegraf metrics, similar to InfluxDB's [points][influxdb key concepts], are a
combination of four basic parts:
[influxdb key concepts]: https://docs.influxdata.com/influxdb/v1.6/concepts/key_concepts/
1. Measurement Name
1. Tags
@ -59,9 +60,11 @@ I'll go over below.
# Influx:
There are no additional configuration options for InfluxDB line-protocol. The
There are no additional configuration options for InfluxDB [line protocol][]. The
metrics are parsed directly into Telegraf metrics.
[line protocol]: https://docs.influxdata.com/influxdb/latest/write_protocols/line/
#### Influx Configuration:
```toml