IMeterFactory.Create(MeterOptions) Method

Definition

Creates a new Meter instance.

public:
 System::Diagnostics::Metrics::Meter ^ Create(System::Diagnostics::Metrics::MeterOptions ^ options);
public System.Diagnostics.Metrics.Meter Create (System.Diagnostics.Metrics.MeterOptions options);
abstract member Create : System.Diagnostics.Metrics.MeterOptions -> System.Diagnostics.Metrics.Meter
Public Function Create (options As MeterOptions) As Meter

Parameters

options
MeterOptions

The MeterOptions to use when creating the meter.

Returns

A new Meter instance.

Remarks

The Meter instance returned by this method should be cached by the factory and returned for subsequent requests for a meter with the same parameters (name, version, and tags).

Applies to