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.
This example shows how to send a span "hello" to Azure Monitor.
28
+
29
+
* Create an Azure Monitor resource and get the instrumentation key, more information can be found `here <https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource>`_.
30
+
* Put the instrumentation key in ``APPINSIGHTS_INSTRUMENTATIONKEY`` environment variable.
31
+
32
+
33
+
.. code:: python
34
+
35
+
from opencensus.ext.azure.trace_exporter import AzureExporter
36
+
from opencensus.trace import tracer as tracer_module
0 commit comments