mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:32:13 +08:00
Docs: updated packages reference docs for 7.1.0-beta1. (#25958)
This commit is contained in:
26
docs/sources/packages_api/data/traceprocess.md
Normal file
26
docs/sources/packages_api/data/traceprocess.md
Normal file
@ -0,0 +1,26 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "TraceProcess"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
## TraceProcess type
|
||||
|
||||
### TraceProcess type
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export declare type TraceProcess = {
|
||||
serviceName: string;
|
||||
tags: TraceKeyValuePair[];
|
||||
};
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { TraceProcess } from '@grafana/data';
|
||||
```
|
Reference in New Issue
Block a user