次の方法で共有


AutocollectedMetricsExtractor.Process(ITelemetry) メソッド

定義

このクラスは、このメソッドを ITelemetryProcessor 定義して インターフェイスを実装します。 このメソッドは、それを通過するテレメトリ項目ごとにパイプラインによって呼び出されます。 を呼び出 Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor.ExtractMetrics(Microsoft.ApplicationInsights.Channel.ITelemetry) して、実際に抽出を実行します。

public void Process (Microsoft.ApplicationInsights.Channel.ITelemetry item);
abstract member Process : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
override this.Process : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
Public Sub Process (item As ITelemetry)

パラメーター

item
ITelemetry

メトリックの抽出元となるテレメトリ項目。

実装

適用対象