Skip to content

Commit 111002b

Browse files
authored
Merge pull request #94055 from lgayhardt/appinsightstrackdep1019
App Insights TrackDependency
2 parents debf56a + 8e5f529 commit 111002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ If [sampling](../../azure-monitor/app/sampling.md) is in operation, the itemCoun
612612

613613
## TrackDependency
614614

615-
Use the TrackDependency call to track the response times and success rates of calls to an external piece of code. The results appear in the dependency charts in the portal.
615+
Use the TrackDependency call to track the response times and success rates of calls to an external piece of code. The results appear in the dependency charts in the portal. The code snippet below needs to be added wherever a dependency call is made.
616616

617617
*C#*
618618

0 commit comments

Comments
 (0)