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

AzureMonitorExporterExtensions 类

定义

用于简化所有信号的 Azure Monitor 导出程序注册的扩展方法。

public static class AzureMonitorExporterExtensions
type AzureMonitorExporterExtensions = class
Public Module AzureMonitorExporterExtensions
继承
AzureMonitorExporterExtensions

方法

AddAzureMonitorLogExporter(OpenTelemetryLoggerOptions, Action<AzureMonitorExporterOptions>, TokenCredential)

使用 OpenTelemetryLoggerOptions 添加 Azure Monitor 日志导出程序。

AddAzureMonitorMetricExporter(MeterProviderBuilder, Action<AzureMonitorExporterOptions>, TokenCredential, String)

添加 Azure Monitor 指标导出程序。

AddAzureMonitorTraceExporter(TracerProviderBuilder, Action<AzureMonitorExporterOptions>, TokenCredential, String)

将 Azure Monitor 跟踪导出程序添加到 TracerProvider。

适用于