Skip to content

Commit

Permalink
docs: fix otel protocol name (apache#11418)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopadz authored Jul 22, 2024
1 parent 135b4e2 commit 28e2111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/latest/plugins/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ description: This document contains information about the Apache opentelemetry P

The `opentelemetry` Plugin can be used to report tracing data according to the [OpenTelemetry specification](https://opentelemetry.io/docs/reference/specification/).

The Plugin only supports binary-encoded [OLTP over HTTP](https://opentelemetry.io/docs/reference/specification/protocol/otlp/#otlphttp).
The Plugin only supports binary-encoded [OTLP over HTTP](https://opentelemetry.io/docs/reference/specification/protocol/otlp/#otlphttp).

## Attributes

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/latest/plugins/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: 本文介绍了关于 Apache APISIX `opentelemetry` 插件的基本

`opentelemetry` 插件可用于根据 [OpenTelemetry specification](https://opentelemetry.io/docs/reference/specification/) 协议规范上报 Tracing 数据。

该插件仅支持二进制编码的 [OLTP over HTTP](https://opentelemetry.io/docs/reference/specification/protocol/otlp/#otlphttp),即请求类型为 `application/x-protobuf` 的数据上报。
该插件仅支持二进制编码的 [OTLP over HTTP](https://opentelemetry.io/docs/reference/specification/protocol/otlp/#otlphttp),即请求类型为 `application/x-protobuf` 的数据上报。

## 属性

Expand Down

0 comments on commit 28e2111

Please sign in to comment.