mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
671 B
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';