Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TelemetryRepository

A Class that allows access of telemetry from the test run. for example: HTTP GET spans. Mongo db spans, etc.

Read more about OpenTelemetry here

Hierarchy

  • TelemetryRepository

Index

Constructors

Accessors

Constructors

  • Fetches the spans from the exposed malabi spans endpoint

    Parameters

    • spans: ReadableSpan[]

      An array of ReadableSpans

    Returns TelemetryRepository

Accessors

  • Get the SpansRepository object that allows you to do filtering on the spans. chaining is filters supported.

    Returns SpansRepository

Generated using TypeDoc