mirror of https://github.com/grafana/grafana.git
28 lines
639 B
Markdown
28 lines
639 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "TraceData"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## TraceData type
|
||
|
|
||
|
### TraceData type
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type TraceData = {
|
||
|
processes: Record<string, TraceProcess>;
|
||
|
traceID: string;
|
||
|
warnings?: string[] | null;
|
||
|
};
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { TraceData } from '@grafana/data';
|
||
|
```
|