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 24, 2024
1 parent 619a166 commit 81d236c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/latest/zh-cn/user/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ metadata:
##### skywalking 配置
| 字段 | 类型 | 说明 | 默认 |
|--------------|--------|------------------------|-----|
| service | string | Skywalking grpc 服务地址 | 空 |
| service | string | Skywalking grpc 服务名称,即控制台服务列表看到的服务名称,例如 my-server.dns、my-server.my-ns.svc.cluster.local | 空 |
| port | string | Skywalking grpc 服务端口 | 空 |
| access_token | string | Skywalking grpc 服务访问凭证 | 空 |
##### zipkin 配置
| 字段 | 类型 | 说明 | 默认 |
|--------------|--------|-------------|-----|
| service | string | zipkin 服务地址 | 空 |
| service | string | zipkin 服务名称,即控制台服务列表看到的服务名称,例如 my-server.dns、my-server.my-ns.svc.cluster.local | 空 |
| port | string | zipkin 服务端口 | 空 |
##### opentelemetry 配置
| 字段 | 类型 | 说明 | 默认 |
|--------------|--------|------------------------|-----|
| service | string | opentelemetry grpc 服务地址 | 空 |
| service | string | opentelemetry grpc 服务名称,即控制台服务列表看到的服务名称,例如 my-server.dns、my-server.my-ns.svc.cluster.local | 空 |
| port | string | opentelemetry grpc 服务端口 | 空 |
Expand Down

0 comments on commit 81d236c

Please sign in to comment.