From 7f3bcc54595dc3ee018168281aee12576aed78f7 Mon Sep 17 00:00:00 2001 From: MaximAL Date: Thu, 20 Aug 2026 15:35:00 +0300 Subject: [PATCH] Change comments in line protocol syntax to be self-descriptive `#` Similar to #5821. --- content/shared/v3-line-protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/shared/v3-line-protocol.md b/content/shared/v3-line-protocol.md index 808b0fb026..6ed767e99d 100644 --- a/content/shared/v3-line-protocol.md +++ b/content/shared/v3-line-protocol.md @@ -11,11 +11,11 @@ timestamp of a data point. - [Naming restrictions](#naming-restrictions) - [Duplicate points](#duplicate-points) -```js -// Syntax +```python +# Syntax [,=[,=]] =[,=] [] -// Example +# Example myTable,tag1=value1,tag2=value2 fieldKey="fieldValue" 1556813561098000000 ```