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.
See partial sample invocation below where the proxy is passed in.
from opencensus.ext.azure.log_exporter import AzureLogHandler
from opencensus.ext.azure.trace_exporter import AzureExporter
non_azure_https_proxy = {"https": "https://www.google.com"} # to test that the command fails
app_insights_connection_string = "insert_here"
azure_logger = AzureLogHandler(connection_string=app_insights_connection_string, proxy=azure_https_proxy)
azure_exporter = AzureExporter(connection_string=app_insights_connection_string, proxy=azure_https_proxy)