mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:22:45 +08:00
30 lines
671 B
Markdown
30 lines
671 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# 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
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare type TraceKeyValuePair = {
|
|
key: string;
|
|
type?: string;
|
|
value: any;
|
|
};
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { TraceKeyValuePair } from '@grafana/data';
|
|
```
|