File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
support/azure/azure-monitor/app-insights/telemetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"])
You can’t perform that action at this time.
0 commit comments