Skip to content

Commit

Permalink
chore: add doc for loki protocol (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian authored Jan 14, 2025
1 parent 454f098 commit 6768442
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/user-guide/protocols/loki.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
keywords: [Loki, log storage, API, configuration, data model]
description: Learn how to ingest data with Loki.
---

# Loki

Please refer to [Ingest Data with Loki](/user-guide/ingest-data/for-observerbility/loki.md) for detailed information.
6 changes: 6 additions & 0 deletions docs/user-guide/protocols/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
keywords: [InfluxDB Line Protocol, OpenTelemetry, MySQL, PostgreSQL, HTTP API, gRPC, OpenTSDB, Loki]
description: Overview of supported protocols for data ingestion.
---

# Overview

- [InfluxDB Line Protocol](./influxdb-line-protocol.md)
Expand All @@ -7,3 +12,4 @@
- [HTTP API](./http.md)
- [gRPC](./grpc.md)
- [OpenTSDB](./opentsdb.md)
- [Loki](./loki.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
keywords: [Loki, log storage, API, configuration, data model]
description: 学习如何使用 Loki 协议写入数据。
---

# Loki

请参考[使用 Loki 协议写入数据](/user-guide/ingest-data/for-observerbility/loki.md)获取详细信息。
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
keywords: [InfluxDB Line Protocol, OpenTelemetry, MySQL, PostgreSQL, HTTP API, gRPC, OpenTSDB, Loki]
description: 了解如何使用不同的协议写入数据。
---

# 概述

- [InfluxDB Line Protocol](./influxdb-line-protocol.md)
Expand All @@ -7,3 +12,4 @@
- [HTTP API](./http.md)
- [gRPC](./grpc.md)
- [OpenTSDB](./opentsdb.md)
- [Loki](./loki.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
keywords: [Loki, log storage, API, configuration, data model]
description: 学习如何使用 Loki 协议写入数据。
---

# Loki

请参考[使用 Loki 协议写入数据](/user-guide/ingest-data/for-observerbility/loki.md)获取详细信息。
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
keywords: [InfluxDB Line Protocol, OpenTelemetry, MySQL, PostgreSQL, HTTP API, gRPC, OpenTSDB, Loki]
description: 了解如何使用不同的协议写入数据。
---

# 概述

- [InfluxDB Line Protocol](./influxdb-line-protocol.md)
Expand All @@ -7,3 +12,4 @@
- [HTTP API](./http.md)
- [gRPC](./grpc.md)
- [OpenTSDB](./opentsdb.md)
- [Loki](./loki.md)
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const sidebars: SidebarsConfig = {
'user-guide/protocols/http',
'user-guide/protocols/grpc',
'user-guide/protocols/opentsdb',
'user-guide/protocols/loki',
],
},
'user-guide/timezone',
Expand Down
8 changes: 8 additions & 0 deletions versioned_docs/version-0.11/user-guide/protocols/loki.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
keywords: [Loki, log storage, API, configuration, data model]
description: Learn how to ingest data with Loki.
---

# Loki

Please refer to [Ingest Data with Loki](/user-guide/ingest-data/for-observerbility/loki.md) for detailed information.
6 changes: 6 additions & 0 deletions versioned_docs/version-0.11/user-guide/protocols/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
keywords: [InfluxDB Line Protocol, OpenTelemetry, MySQL, PostgreSQL, HTTP API, gRPC, OpenTSDB, Loki]
description: Overview of supported protocols for data ingestion.
---

# Overview

- [InfluxDB Line Protocol](./influxdb-line-protocol.md)
Expand All @@ -7,3 +12,4 @@
- [HTTP API](./http.md)
- [gRPC](./grpc.md)
- [OpenTSDB](./opentsdb.md)
- [Loki](./loki.md)
3 changes: 2 additions & 1 deletion versioned_sidebars/version-0.11-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"user-guide/protocols/postgresql",
"user-guide/protocols/http",
"user-guide/protocols/grpc",
"user-guide/protocols/opentsdb"
"user-guide/protocols/opentsdb",
"user-guide/protocols/loki"
]
},
"user-guide/timezone",
Expand Down

0 comments on commit 6768442

Please sign in to comment.