다음을 통해 공유


OrleansPerfCounterTelemetryConsumer.TrackMetric 메서드

정의

오버로드

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

메트릭 값 추적

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

메트릭 값 추적

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

Source:
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>)

Source:
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>

관련 속성

구현

적용 대상