Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestSpan

Represents a span of time an event occurs over.

Hierarchy

  • RequestSpan

Index

Methods

Methods

  • addTag(key: string, value: string | number | boolean): void
  • 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

  • end(): void
  • Ends this span.

    Returns void

Generated using TypeDoc