Options
All
  • Public
  • Public/Protected
  • All
Menu

Module SelfServe/SelfServeTelemetryProcessor

Index

Functions

Const selfServeTrace

  • Log an action.

    Parameters

    Returns void

Const selfServeTraceCancel

  • Log an action as cancelled.

    Parameters

    • data: SelfServeTelemetryMessage

      Data to be sent as part of the Self Serve Telemetry.

    • Optional timestamp: number

      Timestamp of the action's start trace.

    Returns void

Const selfServeTraceFailure

  • Log an action as a failure.

    Parameters

    • data: SelfServeTelemetryMessage

      Data to be sent as part of the Self Serve Telemetry.

    • Optional timestamp: number

      Timestamp of the action's start trace.

    Returns void

Const selfServeTraceStart

  • Start logging an action.

    Parameters

    Returns number

    Timestamp of the trace start, that can be used in other trace actions. The timestamp is used to identify all the logs associated with an action.

Const selfServeTraceSuccess

  • Log an action as a success.

    Parameters

    • data: SelfServeTelemetryMessage

      Data to be sent as part of the Self Serve Telemetry.

    • Optional timestamp: number

      Timestamp of the action's start trace.

    Returns void

Generated using TypeDoc