system.opentelemetry_span_log
Columns:
(UUID) — ID of the trace for executed query.
span_id
() — ID of thetrace span
.parent_span_id
(UInt64) — ID of the parenttrace span
.start_time_us
() — The start time of thetrace span
(in microseconds).finish_time_us
(UInt64) — The finish time of the (in microseconds).attribute.names
((String)) — names depending on thetrace span
. They are filled in according to the recommendations in the OpenTelemetry standard.
Example
Query:
Result:
Row 1:
trace_id: cdab0847-0d62-61d5-4d38-dd65b19a1914
span_id: 701487461015578150
operation_name: DB::Block DB::InterpreterSelectQuery::getSampleBlockImpl()
start_time_us: 1612374594529090
finish_time_us: 1612374594529108
finish_date: 2021-02-03
attribute.names: []
See Also