Interface MeterProvider

A registry for creating named Meters.

Hierarchy

  • MeterProvider

Methods

Methods

  • Returns a Meter, creating one if one with the given name, version, and schemaUrl pair is not already created.

    Parameters

    • name: string

      The name of the meter or instrumentation library.

    • Optional version: string

      The version of the meter or instrumentation library.

      Optional
    • Optional options: MeterOptions

      The options of the meter or instrumentation library.

      Optional

    Returns Meter

    Meter A Meter with the given name and version

Generated using TypeDoc