OtelTracesListProps
Datalayer Core / OtelTracesListProps
Interface: OtelTracesListProps
Defined in: src/otel/types.ts:107
Props for the traces table.
Properties
loading?
optionalloading?:boolean
Defined in: src/otel/types.ts:109
onSelectSpan?
optionalonSelectSpan?: (span) =>void
Defined in: src/otel/types.ts:111
Parameters
span
Returns
void
selectedSpanId?
optionalselectedSpanId?:string|null
Defined in: src/otel/types.ts:110
spans
spans:
OtelSpan[]
Defined in: src/otel/types.ts:108