Interface Meter

Providers an interface to create value recorders for recording metrics.

Hierarchy

  • Meter

Implemented by

Methods

Methods

  • Creates a new value recorder for a metric with the specified tags.

    Parameters

    • name: string

      The name of the metric.

    • tags: {
          [key: string]: string;
      }

      The tags to associate with the metric.

      • [key: string]: string

    Returns ValueRecorder

Generated using TypeDoc