You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/vm/vminsights-log-query.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,6 +430,7 @@ let remoteMachines = remote | summarize by RemoteMachine;
430
430
Records with a type of *InsightsMetrics* have performance data from the guest operating system of the virtual machine. These records are collected at 60 second intervals and have the properties in the following table:
431
431
432
432
433
+
433
434
| Property | Description |
434
435
|:--|:--|
435
436
|TenantId | Unique identifier for the workspace |
@@ -468,9 +469,12 @@ The performance counters currently collected into the *InsightsMetrics* table ar
468
469
469
470
470
471
472
+
473
+
471
474
## Next steps
472
475
473
476
* If you're new to writing log queries in Azure Monitor, review [how to use Log Analytics](../logs/log-analytics-tutorial.md) in the Azure portal to write log queries.
474
477
475
478
* Learn about [writing search queries](../logs/get-started-queries.md).
0 commit comments