Skip to content

Commit 113dc83

Browse files
committed
docs: fix otel import docs
1 parent ac42e5e commit 113dc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/05-features/01-l7-protocols/08-otel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permalink: /features/l7-protocols/otel
2828
| service_name | 服务名称 | resource./span.attribute.service.name | -- |
2929
| service_instance_id | 服务实例 | resource./span.attribute.service.instance.id | -- |
3030
| endpoint | 端点 | span.name | -- |
31-
| trace_id | TraceID | span.trace_id/attribute.sw8.trace_id | 优先使用 attribute.sw8.trace_id |
31+
| trace_id | TraceID | resource.attribute.sw8.trace_id/span.attribute.sw8.trace_id/span.trace_id | 优先级 resource.attribute.sw8.trace_id > span.attribute.sw8.trace_id > span.trace_id |
3232
| span_id | SpanID | span.span_id/attribute.sw8.segment_id-attribute.sw8.span_id | 优先使用 attribute.sw8.segment_id-attribute.sw8.span_id |
3333
| parent_span_id | ParentSpanID | span.parent_span_id/attribute.sw8.segment_id-attribute.sw8.parent_span_id | 优先使用 attribute.sw8.segment_id-attribute.sw8.parent_span_id |
3434
| span_kind | Span 类型 | span.span_kind | -- |

0 commit comments

Comments
 (0)