Skip to content

Commit 746c3f7

Browse files
author
Simonx Xu
authored
Merge pull request #9420 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents 32810c0 + 1ae159b commit 746c3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)