You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self._storage_directory=kwargs.get('storage_directory', default_storage_directory) # Storage path in which to store retry files.
101
102
self._storage_retention_period=kwargs.get('storage_retention_period', 48*60*60) # Retention period in seconds (default 48 hrs)
102
103
self._timeout=kwargs.get('timeout', 10.0) # networking timeout in seconds
104
+
self._distro_version=kwargs.get(_AZURE_MONITOR_DISTRO_VERSION_ARG, '') # If set, indicates the exporter is instantiated via Azure monitor OpenTelemetry distro. Versions corresponds to distro version.
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/export/logs/_exporter.py
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/statsbeat/_statsbeat.py
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/statsbeat/_statsbeat_metrics.py
0 commit comments