TraceSpanReference type

TraceSpanReference type

Signature

  1. export declare type TraceSpanReference = {
  2. traceID: string;
  3. spanID: string;
  4. tags?: TraceKeyValuePair[];
  5. };

Import

  1. import { TraceSpanReference } from '@grafana/data';