Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestTracer

Represents a tracer capable of creating trace spans.

Hierarchy

  • RequestTracer

Implemented by

Index

Methods

  • Creates a new request span.

    Parameters

    • name: string

      The name of the span.

    • parent: undefined | RequestSpan

      The parent of the span, if one exists.

    Returns RequestSpan

Generated using TypeDoc