Skip to content

Commit 233d91c

Browse files
authored
update a query
1 parent 4d1eaf4 commit 233d91c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-monitor/app-insights/telemetry/troubleshoot-high-data-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot high data ingestion in Application Insights
33
description: Provides a step-by-step guide to troubleshoot high data ingestion scenarios and provides methods to reduce costs.
4-
ms.date: 03/28/2025
4+
ms.date: 03/31/2025
55
ms.service: azure-monitor
66
ms.reviewer: jeanbisutti, toddfous, aaronmax, v-weizhu
77
ms.custom: sap:Application Insights
@@ -132,7 +132,7 @@ dependencies
132132
In some scenarios, you might need to investigate a specific application or instance further. Use the following queries to identify noisy messages or exception types:
133133

134134
```Kusto
135-
exceptions
135+
traces
136136
| where timestamp > ago(7d)
137137
| where cloud_RoleName == 'Specify a role name'
138138
| summarize count() by type

0 commit comments

Comments
 (0)