mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 16:52:36 +08:00
875 B
875 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "TraceSpan" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
TraceSpan type
TraceSpan type
Signature
export declare type TraceSpan = TraceSpanData & {
depth: number;
hasChildren: boolean;
process: TraceProcess;
relativeStartTime: number;
tags: NonNullable<TraceSpanData['tags']>;
references: NonNullable<TraceSpanData['references']>;
warnings: NonNullable<TraceSpanData['warnings']>;
subsidiarilyReferencedBy: TraceSpanReference[];
};
Import
import { TraceSpan } from '@grafana/data';