Dela via


IMeterProvider Interface

Definition

The MeterPRovider is responsible for creating new meters with valid names + versions for the context.

public interface IMeterProvider
type IMeterProvider = interface
Public Interface IMeterProvider
Derived

Methods

CreateMeter(String, String)

Initializes a new instance of Meter using the specified meter name and version. This Meter is suitable for measuring + reporting instruments via standard VS Telemetry.

CreateMeter(String)

Initializes a new instance of Meter using the specified meter name. This Meter is suitable for measuring + reporting instruments via standard VS Telemetry.

Applies to