Skip to content

Commit 7da1391

Browse files
committed
Leighton's changes and Cijo's ideas
1 parent d15829c commit 7da1391

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/azure-monitor/app/opencensus-python-dependency.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dependency Tracking in Azure Application Insights with OpenCensus Python | Microsoft Docs
3-
description: Monitor dependency calls for your python apps via Python OpenCensus.
3+
description: Monitor dependency calls for your Python apps via OpenCensus Python.
44
services: application-insights
55
author: lzchen
66
manager: carmonm
@@ -17,8 +17,7 @@ ms.author: lechen
1717

1818
# Track dependencies with OpenCensus Python
1919

20-
A dependency is an external component that is called by your app. For Python app, dependency data is collected via Python OpenCensus and then sent to Azure Application Insights through Azure Exporter.
21-
20+
A dependency is an external component that is called by your application. Dependency data is collected using OpenCensus Python and its various integrations. The data is then sent to Application Insights under Azure Monitor.
2221

2322
First, instrument your Python application with latest [OpenCensus Python SDK](../../azure-monitor/app/opencensus-python.md).
2423

@@ -170,5 +169,8 @@ config_integration.trace_integrations(['sqlalchemy'])
170169

171170
## Next steps
172171

173-
* [Python OpenCensus](../../azure-monitor/app/opencensus-python.md)
174-
* [Availability](../../azure-monitor/app/monitor-web-app-availability.md)
172+
* [Application Map](../../azure-monitor/app/app-map.md)
173+
* [Availability](../../azure-monitor/app/monitor-web-app-availability.md)
174+
* [Search](../../azure-monitor/app/diagnostic-search.md)
175+
* [Log (Analytics) query](../../azure-monitor/log-query/log-query-overview.md)
176+
* [Transaction diagnostics](../../azure-monitor/app/transaction-diagnostics.md)

0 commit comments

Comments
 (0)