+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "TraceKeyValuePair" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## TraceKeyValuePair type ### TraceKeyValuePair type All timestamps are in microseconds Signature ```typescript export declare type TraceKeyValuePair = { key: string; type?: string; value: any; }; ``` Import ```typescript import { TraceKeyValuePair } from '@grafana/data'; ```