17 lines
452 B
Markdown
17 lines
452 B
Markdown
---
|
|
title: Line protocol reference
|
|
description: >
|
|
InfluxDB uses line protocol to write data points.
|
|
It is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point.
|
|
menu:
|
|
influxdb3_cloud_dedicated:
|
|
name: Line protocol
|
|
parent: Other syntaxes
|
|
weight: 102
|
|
influxdb3/cloud-dedicated/tags: [write, line protocol, syntax]
|
|
related:
|
|
- /influxdb3/cloud-dedicated/write-data/
|
|
---
|
|
|
|
{{< duplicate-oss >}}
|