We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12641a9 + 265d347 commit 1ae159bCopy full SHA for 1ae159b
1 file changed
support/azure/azure-monitor/app-insights/telemetry/troubleshoot-high-data-ingestion.md
@@ -29,7 +29,7 @@ Once you've identified an Application Insights resource or a Log Analytics works
29
30
```Kusto
31
search *
32
- | where timestamp > ago(7d)
+ | where timestamp > ago(7d)
33
| summarize count() by $table
34
| sort by count_ desc
35
```
@@ -42,7 +42,7 @@ Once you've identified an Application Insights resource or a Log Analytics works
42
43
44
systemEvents
45
46
| where type == "Billing"
47
| extend BillingTelemetryType = tostring(dimensions["BillingTelemetryType"])
48
| extend BillingTelemetrySizeInBytes = todouble(measurements["BillingTelemetrySize"])
0 commit comments