Condividi tramite


OrleansPerfCounterTelemetryConsumer.TrackMetric Metodo

Definizione

Overload

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

Tenere traccia del valore della metrica

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

Tenere traccia del valore della metrica

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

Origine:
OrleansPerfCounterTelemetryConsumer.cs

Tenere traccia del valore della metrica

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)

Parametri

name
String

nome metrica

value
Double

valore della metrica

properties
IDictionary<String,String>

proprietà correlate

Implementazioni

Si applica a

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

Origine:
OrleansPerfCounterTelemetryConsumer.cs

Tenere traccia del valore della metrica

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)

Parametri

name
String

nome metrica

value
TimeSpan

valore della metrica

properties
IDictionary<String,String>

proprietà correlate

Implementazioni

Si applica a