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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,8 @@ Modifying Logs
99
99
100
100
* You can pass a callback function to the exporter to process telemetry before it is exported.
101
101
* Your callback function can return `False` if you do not want this envelope exported.
102
-
* Your callback function must accept an [envelope](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86) data type as its parameter.
103
-
* You can see the schema for Azure Monitor data types in the envelopes [here](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py).
102
+
* Your callback function must accept an `envelope<https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86>`_ data type as its parameter.
103
+
* You can see the schema for Azure Monitor data types in the envelopes `here<https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py>`_.
104
104
* The `AzureLogHandler` handles `ExceptionData` and `MessageData` data types.
105
105
106
106
.. code:: python
@@ -234,8 +234,8 @@ Modifying Metrics
234
234
235
235
* You can pass a callback function to the exporter to process telemetry before it is exported.
236
236
* Your callback function can return `False` if you do not want this envelope exported.
237
-
* Your callback function must accept an [envelope](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86) data type as its parameter.
238
-
* You can see the schema for Azure Monitor data types in the envelopes [here](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py).
237
+
* Your callback function must accept an `envelope<https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86>`_ data type as its parameter.
238
+
* You can see the schema for Azure Monitor data types in the envelopes `here<https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py>`_.
239
239
* The `MetricsExporter` handles `MetricData` data types.
240
240
241
241
.. code:: python
@@ -353,8 +353,8 @@ Modifying Traces
353
353
354
354
* You can pass a callback function to the exporter to process telemetry before it is exported.
355
355
* Your callback function can return `False` if you do not want this envelope exported.
356
-
* Your callback function must accept an [envelope](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86) data type as its parameter.
357
-
* You can see the schema for Azure Monitor data types in the envelopes [here](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py).
356
+
* Your callback function must accept an `envelope<https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86>`_ data type as its parameter.
357
+
* You can see the schema for Azure Monitor data types in the envelopes `here<https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py>`_.
358
358
* The `AzureExporter` handles `Data` data types.
359
359
360
360
.. code:: python
@@ -384,7 +384,7 @@ Modifying Traces
384
384
Integrate with Azure Functions
385
385
##############################
386
386
387
-
Users who want to capture custom telemetry in Azure Functions environments are encouraged to used the OpenCensus Python Azure Functions [extension](https://github.com/census-ecosystem/opencensus-python-extensions-azure/tree/main/extensions/functions#opencensus-python-azure-functions-extension). More deetails can be found [here](https://docs.microsoft.com/azure/azure-functions/functions-reference-python?tabs=application-level#log-custom-telemetry).
387
+
Users who want to capture custom telemetry in Azure Functions environments are encouraged to used the OpenCensus Python Azure Functions `extension<https://github.com/census-ecosystem/opencensus-python-extensions-azure/tree/main/extensions/functions#opencensus-python-azure-functions-extension>`_. More details can be found `here<https://docs.microsoft.com/azure/azure-functions/functions-reference-python?tabs=application-level#log-custom-telemetry>`_.
0 commit comments