mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
611 B
611 B
+++
-----------------------------------------------------------------------
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
Signature
export declare type TraceProcess = {
serviceName: string;
tags: TraceKeyValuePair[];
};
Import
import { TraceProcess } from '@grafana/data';