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

C#
public void TrackMetric(string name, double value, System.Collections.Generic.IDictionary<string,string> properties = default);

Parametri

name
String

nome metrica

value
Double

valore della metrica

properties
IDictionary<String,String>

proprietà correlate

Implementazioni

Si applica a

.NET Orleans 3.6.0 e altre versioni
Prodotto Versioni
.NET Orleans 1.5.10, 3.4.5, 3.6.0

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

Origine:
OrleansPerfCounterTelemetryConsumer.cs

Tenere traccia del valore della metrica

C#
public void TrackMetric(string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties = default);

Parametri

name
String

nome metrica

value
TimeSpan

valore della metrica

properties
IDictionary<String,String>

proprietà correlate

Implementazioni

Si applica a

.NET Orleans 3.6.0 e altre versioni
Prodotto Versioni
.NET Orleans 1.5.10, 3.4.5, 3.6.0