Skip to content

Commit 6ba07b8

Browse files
authored
Merge pull request #94247 from mrbullwinkle/mrb_10_31_2019_python
Python (preview)
2 parents aab3c51 + cf6d62e commit 6ba07b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/app/distributed-tracing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The Application Insights SDKs for .NET, .NET Core, Java, Node.js, and JavaScript
3636
* [Java](https://docs.microsoft.com/azure/application-insights/app-insights-java-get-started)
3737
* [Node.js](https://docs.microsoft.com/azure/application-insights/app-insights-nodejs-quick-start)
3838
* [JavaScript](https://docs.microsoft.com/azure/application-insights/app-insights-javascript)
39+
* [Python (preview)](opencensus-python.md)
3940

4041
With the proper Application Insights SDK installed and configured, tracing information is automatically collected for popular frameworks, libraries, and technologies by SDK dependency auto-collectors. The full list of supported technologies is available in [the Dependency auto-collection documentation](https://docs.microsoft.com/azure/application-insights/auto-collect-dependencies).
4142

@@ -45,7 +46,7 @@ With the proper Application Insights SDK installed and configured, tracing infor
4546

4647
In addition to the Application Insights SDKs, Application Insights also supports distributed tracing through [OpenCensus](https://opencensus.io/). OpenCensus is an open source, vendor-agnostic, single distribution of libraries to provide metrics collection and distributed tracing for services. It also enables the open source community to enable distributed tracing with popular technologies like Redis, Memcached, or MongoDB. [Microsoft collaborates on OpenCensus with several other monitoring and cloud partners](https://open.microsoft.com/2018/06/13/microsoft-joins-the-opencensus-project/).
4748

48-
To add distributed tracing capabilities to an application with OpenCensus, first [install and configure the Application Insights Local Forwarder](./../../azure-monitor/app/opencensus-local-forwarder.md). From there, configure OpenCensus to route distributed trace data through the Local Forwarder. Both [Python](./../../azure-monitor/app/opencensus-python.md) and [Go](./../../azure-monitor/app/opencensus-go.md) are supported.
49+
[Python (preview)](opencensus-python.md)
4950

5051
The OpenCensus website maintains API reference documentation for [Python](https://opencensus.io/api/python/trace/usage.html) and [Go](https://godoc.org/go.opencensus.io), as well as various different guides for using OpenCensus.
5152

0 commit comments

Comments
 (0)