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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET