Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CreateCounter<T>(String, String, String)
|
Create a metrics Counter object.
|
CreateCounter<T>(String, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateHistogram<T>(String, String, String)
|
Creates a Histogram, which is an instrument that can be used to report arbitrary values that are likely to be statistically meaningful. It is intended for statistics such as histograms, summaries, and percentiles.
|
CreateHistogram<T>(String, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableCounter<T>(String, Func<IEnumerable<Measurement<T>>>, String, String)
|
Creates an ObservableCounter, which is an instrument that reports monotonically increasing values when the instrument is being observed.
|
CreateObservableCounter<T>(String, Func<IEnumerable<Measurement<T>>>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableCounter<T>(String, Func<Measurement<T>>, String, String)
|
Creates an ObservableCounter, which is an instrument that reports monotonically increasing values when the instrument is being observed.
|
CreateObservableCounter<T>(String, Func<Measurement<T>>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableCounter<T>(String, Func<T>, String, String)
|
Creates an ObservableCounter, which is an instrument that reports monotonically increasing values when the instrument is being observed.
|
CreateObservableCounter<T>(String, Func<T>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableGauge<T>(String, Func<IEnumerable<Measurement<T>>>, String, String)
|
Creates an ObservableGauge, which is an asynchronous instrument that reports non-additive values when the instrument is being observed.
|
CreateObservableGauge<T>(String, Func<IEnumerable<Measurement<T>>>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableGauge<T>(String, Func<Measurement<T>>, String, String)
|
Creates an ObservableGauge, which is an asynchronous instrument that reports non-additive values when the instrument is being observed.
|
CreateObservableGauge<T>(String, Func<Measurement<T>>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableGauge<T>(String, Func<T>, String, String)
|
Creates an ObservableGauge, which is an asynchronous instrument that reports non-additive values when the instrument is being observed.
|
CreateObservableGauge<T>(String, Func<T>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableUpDownCounter<T>(String, Func<IEnumerable<Measurement<T>>>, String, String)
|
Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed.
|
CreateObservableUpDownCounter<T>(String, Func<IEnumerable<Measurement<T>>>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableUpDownCounter<T>(String, Func<Measurement<T>>, String, String)
|
Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed.
|
CreateObservableUpDownCounter<T>(String, Func<Measurement<T>>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateObservableUpDownCounter<T>(String, Func<T>, String, String)
|
Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed.
|
CreateObservableUpDownCounter<T>(String, Func<T>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
CreateUpDownCounter<T>(String, String, String)
|
Create a metrics UpDownCounter object.
|
CreateUpDownCounter<T>(String, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
Dispose()
|
Dispose the Meter which will disable all instruments created by this meter.
|
Dispose(Boolean)
|
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)
|