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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opencensus-python-dependency.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
services: application-insights
5
5
author: lzchen
6
6
manager: carmonm
@@ -17,8 +17,7 @@ ms.author: lechen
17
17
18
18
# Track dependencies with OpenCensus Python
19
19
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.
22
21
23
22
First, instrument your Python application with latest [OpenCensus Python SDK](../../azure-monitor/app/opencensus-python.md).
0 commit comments