TraceKeyValuePair type
TraceKeyValuePair type
All timestamps are in microseconds
Signature
export declare type TraceKeyValuePair = {
key: string;
type?: string;
value: any;
};
Import
import { TraceKeyValuePair } from '@grafana/data';