system.opentelemetry_span_log
包含已执行查询的跟踪范围的信息.
列信息:
-
trace_id
(UUID) — 执行的查询的跟踪ID. -
span_id
(UInt64) —跟踪 跨度
ID. -
parent_span_id
(UInt64) — 父级跟踪 跨度
ID. -
operation_name
(String) — 操作的名称. -
start_time_us
(UInt64) —跟踪 跨度
开始时间 (微秒). -
finish_time_us
(UInt64) — `跟踪 跨度 结束时间 (微秒). -
finish_date
(Date) —跟踪 跨度
完成日期. -
attribute.names
(Array(String)) — 属性 名称取决于跟踪 跨度
. 它们是根据OpenTelemetry标准中的建议填写的. -
attribute.values
(Array(String)) — 属性值取决于跟踪 跨度
. 它们是根据OpenTelemetry
标准中的建议填写的.
示例
查询:
结果:
另请参阅