OpenTelemetry SDK
    Preparing search index...

    Class MetricReaderAbstract

    A registered reader of metrics that, when linked to a MetricProducer, offers global control over metrics.

    Hierarchy (View Summary)

    Implements

    Index
    • Flushes metrics read by this reader, the promise will reject after the optional timeout or resolve after completion.

      NOTE: this operation MAY continue even after the promise rejects due to a timeout.

      Parameters

      • Optionaloptions: CommonReaderOptions

        options with timeout.

      Returns Promise<void>

    • Protected

      Handle a force flush signal by the SDK.

      In all scenarios metrics should be collected via ().

      For push exporters, this should collect and report metrics.

      Returns Promise<void>

    • Shuts down the metric reader, the promise will reject after the optional timeout or resolve after completion.

      NOTE: this operation MAY continue even after the promise rejects due to a timeout.

      Parameters

      • Optionaloptions: CommonReaderOptions

        options with timeout.

      Returns Promise<void>