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