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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
MetricsExporter, AzureLogHandler and AzureExporter all have very similar logic in terms of having a worker thread constantly emit and export telemetry every export_interval. We should avoid duplicate code and have all of them inherit from BaseExporter.