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.
Copy file name to clipboardExpand all lines: contrib/opencensus-ext-azure/README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,9 +202,9 @@ This example shows how to send a span "hello" to Azure Monitor.
202
202
with tracer.span(name='hello'):
203
203
print('Hello, World!')
204
204
205
-
OpenCensus also supports several [integrations](https://github.com/census-instrumentation/opencensus-python#integration) which allows OpenCensus to integrate with third party libraries.
205
+
OpenCensus also supports several `integrations<https://github.com/census-instrumentation/opencensus-python#integration>`_ which allows OpenCensus to integrate with third party libraries.
206
206
207
-
This example shows how to integrate with the [requests](https://2.python-requests.org/en/master/) library.
207
+
This example shows how to integrate with the `requests<https://2.python-requests.org/en/master/>`_ library.
208
208
209
209
* 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>`_.
210
210
* Install the `requests integration package <../opencensus-ext-requests>`_ using ``pip install opencensus-ext-requests``.
0 commit comments