Skip to content

Commit d790e34

Browse files
author
Simonx Xu
authored
Merge pull request #9421 from MicrosoftDocs/main
Auto push to live 2025-07-25 10:01:47
2 parents 12641a9 + 746c3f7 commit d790e34

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
@@ -29,7 +29,7 @@ Once you've identified an Application Insights resource or a Log Analytics works
2929

3030
```Kusto
3131
search *
32-
| where timestamp > ago(7d)
32+
| where timestamp > ago(7d)
3333
| summarize count() by $table
3434
| sort by count_ desc
3535
```
@@ -42,7 +42,7 @@ Once you've identified an Application Insights resource or a Log Analytics works
4242
4343
```Kusto
4444
systemEvents
45-
| where timestamp > ago(7d)
45+
| where timestamp > ago(7d)
4646
| where type == "Billing"
4747
| extend BillingTelemetryType = tostring(dimensions["BillingTelemetryType"])
4848
| extend BillingTelemetrySizeInBytes = todouble(measurements["BillingTelemetrySize"])

0 commit comments

Comments
 (0)