Options
All
  • Public
  • Public/Protected
  • All
Menu

A registry for creating named Meters.

Hierarchy

  • MeterProvider

Index

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 options: MeterOptions

      The options of the meter or instrumentation library.

    Returns Meter

    Meter A Meter with the given name and version

Generated using TypeDoc