Поделиться через


OrleansPerfCounterTelemetryConsumer.TrackMetric Метод

Определение

Перегрузки

TrackMetric(String, Double, IDictionary<String,String>)

Отслеживание значения метрики

TrackMetric(String, TimeSpan, IDictionary<String,String>)

Отслеживание значения метрики

TrackMetric(String, Double, IDictionary<String,String>)

Исходный код:
OrleansPerfCounterTelemetryConsumer.cs

Отслеживание значения метрики

public void TrackMetric (string name, double value, System.Collections.Generic.IDictionary<string,string> properties = default);
abstract member TrackMetric : string * double * System.Collections.Generic.IDictionary<string, string> -> unit
override this.TrackMetric : string * double * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackMetric (name As String, value As Double, Optional properties As IDictionary(Of String, String) = Nothing)

Параметры

name
String

имя метрики

value
Double

Значение метрики

properties
IDictionary<String,String>

связанные свойства

Реализации

Применяется к

TrackMetric(String, TimeSpan, IDictionary<String,String>)

Исходный код:
OrleansPerfCounterTelemetryConsumer.cs

Отслеживание значения метрики

public void TrackMetric (string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties = default);
abstract member TrackMetric : string * TimeSpan * System.Collections.Generic.IDictionary<string, string> -> unit
override this.TrackMetric : string * TimeSpan * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackMetric (name As String, value As TimeSpan, Optional properties As IDictionary(Of String, String) = Nothing)

Параметры

name
String

имя метрики

value
TimeSpan

Значение метрики

properties
IDictionary<String,String>

связанные свойства

Реализации

Применяется к