AzureMonitorExporterExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to simplify registering of Azure Monitor Exporter for all signals.
public static class AzureMonitorExporterExtensions
type AzureMonitorExporterExtensions = class
Public Module AzureMonitorExporterExtensions
- Inheritance
-
AzureMonitorExporterExtensions
Methods
AddAzureMonitorLogExporter(LoggerProviderBuilder, Action<AzureMonitorExporterOptions>, TokenCredential, String) |
Adds Azure Monitor Log Exporter to the LoggerProvider. |
AddAzureMonitorLogExporter(OpenTelemetryLoggerOptions, Action<AzureMonitorExporterOptions>, TokenCredential) |
Adds Azure Monitor Log Exporter with OpenTelemetryLoggerOptions. |
AddAzureMonitorMetricExporter(MeterProviderBuilder, Action<AzureMonitorExporterOptions>, TokenCredential, String) |
Adds Azure Monitor Metric exporter. |
AddAzureMonitorTraceExporter(TracerProviderBuilder, Action<AzureMonitorExporterOptions>, TokenCredential, String) |
Adds Azure Monitor Trace exporter to the TracerProvider. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET