OpenTracing
OpenTracing 属性
OpenTracing 兼容层使用的属性。
Attributes
| 键 | Stability | Value Type | 描述 | Example Values |
|---|---|---|---|---|
opentracing.ref_type | 字符串 | 父子引用类型 [1] | child_of; follows_from |
[1] opentracing.ref_type: 子 Span 和父 Span 之间的因果关系。
opentracing.ref_type 具有以下已知值列表。如果其中一个适用,则必须使用相应的值;否则,可以使用自定义值。
| 值 | 描述 | Stability |
|---|---|---|
child_of | 父 Span 在某种程度上依赖于子 Span | |
follows_from | 父 Span 不以任何方式依赖子 Span 的结果 |