microsoft.opentelemetry.exporter.azuremonitor.export.trace package¶
-
class
microsoft.opentelemetry.exporter.azuremonitor.export.trace.
AzureMonitorSpanExporter
(**options)[source]¶ Azure Monitor span exporter for OpenTelemetry.
- Parameters
options – export.options to allow configuration for the exporter
-
add_telemetry_processor
(processor: Callable[…, any]) → None¶ Adds telemetry processor to the collection.
Telemetry processors will be called one by one before telemetry item is pushed for sending and in the order they were added.
- Parameters
processor – Processor to add