Skip to content

Commit 6a0ae18

Browse files
authored
Update README.rst (#1047)
1 parent e2cb2af commit 6a0ae18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/opencensus-ext-azure/README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@ Modifying Traces
380380
tracer = Tracer(exporter=exporter, sampler=ProbabilitySampler(1.0))
381381
with tracer.span(name='parent'):
382382
response = requests.get(url='https://www.wikipedia.org/wiki/Rabbit')
383+
384+
Integrate with Azure Functions
385+
##############################
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).
383388

384389
References
385390
----------

0 commit comments

Comments
 (0)