你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TracingSpanLink interface
从当前 TracingSpan 指向相同或不同跟踪中另一个范围的指针。
属性
attributes | 链接上的一组属性。 |
tracing |
包含要链接到的跨度上下文的 TracingContext 。 |
属性详细信息
attributes
链接上的一组属性。
attributes?: {[key: string]: unknown}
属性值
{[key: string]: unknown}