IMetricTelemetryPipeline インターフェイス

定義

メトリック テレメトリの最終的な宛先を表します。 たとえば、Application Insights テレメトリ パイプライン、ファイル、またはその他のインジェスト ポイントなどです。

public interface IMetricTelemetryPipeline
type IMetricTelemetryPipeline = interface
Public Interface IMetricTelemetryPipeline

メソッド

FlushAsync(CancellationToken)

データがキャッシュされた場合に備えて、テレメトリ パイプラインをフラッシュします。

TrackAsync(MetricAggregate, CancellationToken)

最終的な宛先にメトリック集計を送信します。

適用対象