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

ITelemetryProcessor 接口

定义

表示一个对象,该对象用于在将遥测数据发送到 Application Insights 时对其进行处理。

public interface ITelemetryProcessor
type ITelemetryProcessor = interface
Public Interface ITelemetryProcessor
派生

方法

Process(ITelemetry)

处理收集的遥测项。

适用于