你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMetricTelemetryPipeline 接口

定义

表示指标遥测的最终目标。 例如,Application Insights 遥测管道、文件或其他某个引入点。

public interface IMetricTelemetryPipeline
type IMetricTelemetryPipeline = interface
Public Interface IMetricTelemetryPipeline

方法

FlushAsync(CancellationToken)

刷新遥测管道,以防它缓存了任何数据。

TrackAsync(MetricAggregate, CancellationToken)

将指标聚合发送到最终目标。

适用于