Interface RequestSpan

Represents a span of time an event occurs over.

Hierarchy

  • RequestSpan

Methods

Methods

  • Adds an tag to this span.

    Parameters

    • key: string

      The key of the tag to add.

    • value: string | number | boolean

      The value to assign to the tag.

    Returns void

  • Ends this span.

    Returns void

Generated using TypeDoc