Modifica

Condividi tramite


MetricsOptions Class

Definition

Represents options for configuring the metrics system.

public ref class MetricsOptions
public class MetricsOptions
type MetricsOptions = class
Public Class MetricsOptions
Inheritance
MetricsOptions

Constructors

MetricsOptions()

Properties

Rules

Gets a list of rules that identify which metrics, instruments, and listeners are enabled.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

DisableMetrics(MetricsOptions, String)

Disables all Instruments for the given meter, for all registered IMetricsListeners.

DisableMetrics(MetricsOptions, String, String, String, MeterScope)

Disables a specified Instrument for the given Meter and IMetricsListener.

EnableMetrics(MetricsOptions, String)

Enables all Instruments for the given meter, for all registered IMetricsListeners.

EnableMetrics(MetricsOptions, String, String, String, MeterScope)

Enables a specified Instrument for the given Meter and IMetricsListener.

Applies to