Skip to content

Commit

Permalink
Update configmap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Dec 19, 2024
1 parent a962193 commit 920aa24
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/content/docs/latest/zh-cn/user/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ metadata:
| timeout | int | 链路跟踪中间件 grpc 连接超时,单位毫秒 | 500 |
| skywalking | 参考下面 skywalking 设置 | skywalking 配置 | 未设置 |
| zipkin | 参考下面 zipkin 设置 | zipkin 配置 | 未设置 |
| opentelemetry | 参考下面 opentelemetry 设置 | opentelemetry 配置 | 未设置 |
##### skywalking 配置
Expand All @@ -95,8 +96,15 @@ metadata:
| service | string | zipkin 服务地址 | 空 |
| port | string | zipkin 服务端口 | 空 |
##### opentelemetry 配置
| 字段 | 类型 | 说明 | 默认 |
|--------------|--------|------------------------|-----|
| service | string | opentelemetry grpc 服务地址 | 空 |
| port | string | opentelemetry grpc 服务端口 | 空 |
> 注意:
> skywalkingzipkin 不能同时设置,只有一个配置能生效
> skywalkingzipkin,opentelemetry 不能同时设置,只有一个配置能生效
#### Gzip 配置说明
Expand Down

0 comments on commit 920aa24

Please sign in to comment.