Type alias ActiveTraceMetadata

ActiveTraceMetadata: Readonly<{
    traceId: string;
    spanId: string;
    traceparent: string;
}>

Type declaration

  • traceId: string
  • spanId: string
  • traceparent: string