ITelemetryProducer.TrackMetric メソッド

定義

オーバーロード

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

登録されているテレメトリ コンシューマーにメトリック値を送信します。

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

登録されているテレメトリ コンシューマーにメトリック値を送信します。

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

ソース:
ITelemetryProducer.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
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>)

ソース:
ITelemetryProducer.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
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>

メトリックの分類とフィルター処理に使用できる名前付き文字列値。

適用対象