grafana/docs/sources/packages_api/data/tracekeyvaluepair.md

671 B

+++

-----------------------------------------------------------------------

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

export declare type TraceKeyValuePair = {
    key: string;
    type?: string;
    value: any;
};

Import

import { TraceKeyValuePair } from '@grafana/data';