TraceContext interface
啟用分散式追蹤案例的 TraceContext 資訊
屬性
| attributes | 保留作為要求遙測一部分傳送的其他屬性 |
| trace |
描述以可攜式固定長度格式的連入要求在其追蹤圖形中的位置 |
| trace |
使用廠商特定數據擴充追蹤父系 |
屬性詳細資料
attributes
保留作為要求遙測一部分傳送的其他屬性
attributes?: Record<string, string>
屬性值
Record<string, string>
traceParent
描述以可攜式固定長度格式的連入要求在其追蹤圖形中的位置
traceParent?: string
屬性值
string
traceState
使用廠商特定數據擴充追蹤父系
traceState?: string
屬性值
string