Skip to content

Commit

Permalink
fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Dec 26, 2024
1 parent 0089d43 commit 0f9d110
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/integrations/alloy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ description: Integrate GreptimeDB with Grafana Alloy.
# Grafana Alloy

GreptimeDB can be set up as a data sink for Grafana Alloy.
For more information, please refer to the [Ingest Data through Grafana Alloy](/user-guide/ingest-data/for-observability/alloy.md) guide.
For more information, please refer to the [Ingest Data through Grafana Alloy](/user-guide/ingest-data/for-observerbility/alloy.md) guide.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ otelcol.auth.basic "credentials" {

- `GREPTIME_HOST`: GreptimeDB 主机地址,例如 `localhost`
- `GREPTIME_DB`: GreptimeDB 数据库名称,默认是 `public`
- `GREPTIME_USERNAME``GREPTIME_PASSWORD`: GreptimeDB 的[认证凭据](/user-guide/deployments/authentication/static.md)
- `GREPTIME_USERNAME``GREPTIME_PASSWORD`: GreptimeDB 的[鉴权认证信息](/user-guide/deployments/authentication/static.md)

有关从 OpenTelemetry 到 GreptimeDB 的指标数据模型转换的详细信息,请参阅 OpenTelemetry 指南中的[数据模型](/user-guide/ingest-data/for-observerbility/opentelemetry.md#数据模型)部分。

Expand Down Expand Up @@ -106,7 +106,7 @@ otelcol.exporter.otlphttp "greptimedb_logs" {
- `otelcol.exporter.otlphttp "greptimedb_logs"` 块配置了一个 HTTP Exporter,将日志发送到 GreptimeDB。
- `GREPTIME_HOST`: GreptimeDB 主机地址,例如 `localhost`
- `GREPTIME_DB`: GreptimeDB 数据库名称,默认是 `public`
- `GREPTIME_USERNAME``GREPTIME_PASSWORD`: GreptimeDB 的[认证凭据](/user-guide/deployments/authentication/static.md)
- `GREPTIME_USERNAME``GREPTIME_PASSWORD`: GreptimeDB 的[鉴权认证信息](/user-guide/deployments/authentication/static.md)
- `LOG_TABLE_NAME`: 存储日志的表名,默认表名为 `opentelemetry_logs`
- `EXTRACT_KEYS`: 从属性中提取对应 key 的值到表的顶级字段,用逗号分隔,例如 `filename,log.file.name,loki.attribute.labels`,详情请看 [HTTP API 文档](opentelemetry.md#otlphttp-api-1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: 将 GreptimeDB 与 Grafana Alloy 集成。
# Grafana Alloy

你可以将 GreptimeDB 设置为 Grafana Alloy 的数据接收端。
更多信息,请参考[通过 Grafana Alloy 写入数据](/user-guide/ingest-data/for-observability/alloy.md)指南。
更多信息,请参考[通过 Grafana Alloy 写入数据](/user-guide/ingest-data/for-observerbility/alloy.md)指南。

0 comments on commit 0f9d110

Please sign in to comment.