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/faq.md
+25-17Lines changed: 25 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,10 @@ ms.subservice:
6
6
ms.topic: conceptual
7
7
author: bwren
8
8
ms.author: bwren
9
-
ms.date: 03/12/2020
9
+
ms.date: 03/26/2020
10
10
11
11
---
12
12
13
-
14
13
# Azure Monitor Frequently Asked Questions
15
14
16
15
This Microsoft FAQ is a list of commonly asked questions about Azure Monitor.
@@ -58,10 +57,6 @@ There is no limit to the amount of metric data you can collect, but this data is
58
57
### How do I access data collected by Azure Monitor?
59
58
Insights and solutions provide a custom experience for working with data stored in Azure Monitor. You can work directly with log data using a log query written in Kusto Query Language (KQL). In the Azure portal, you can write and run queries and interactively analyze data using Log Analytics. Analyze metrics in the Azure portal with the Metrics Explorer. See [Analyze log data in Azure Monitor](log-query/log-query-overview.md) and [Getting started with Azure Metrics Explorer](platform/metrics-getting-started.md).
60
59
61
-
62
-
63
-
64
-
65
60
## Solutions and insights
66
61
67
62
### What is an insight in Azure Monitor?
@@ -74,11 +69,6 @@ Monitoring solutions are packaged sets of logic for monitoring a particular appl
74
69
75
70
To view solutions in the Azure portal, click **More** in the **Insights** section of the **Monitor** menu. Click **Add** to add additional solutions to the workspace.
76
71
77
-
78
-
79
-
80
-
81
-
82
72
## Logs
83
73
84
74
### What's the difference between Azure Monitor Logs and Azure Data Explorer?
@@ -103,9 +93,6 @@ Many resource providers are automatically registered, but you may need to manual
103
93
### Why am I am getting no access error message when opening Log Analytics from a VM?
104
94
To view VM Logs, you need to be granted with read permission to the workspaces that stores the VM logs. In these cases, your administrator must grant you with to permissions in Azure.
105
95
106
-
107
-
108
-
109
96
## Alerts
110
97
111
98
### What is an alert in Azure Monitor?
@@ -127,7 +114,6 @@ An action group is a collection of notifications and actions that can be trigger
127
114
### What is an action rule?
128
115
An action rule allows you to modify the behavior of a set of alerts that match a certain criteria. This allows you to to perform such requirements as disable alert actions during a maintenance window. You can also apply an action group to a set of alerts rather than applying them directly to the alert rules. See [Action rules](platform/alerts-action-rules.md).
129
116
130
-
131
117
## Agents
132
118
133
119
### Does Azure Monitor require an agent?
@@ -196,7 +182,6 @@ See [Network firewall requirements](platform/log-analytics-agent.md#network-fire
196
182
197
183
View Designer is only available for users assigned with Contributor permissions or higher in the Log Analytics workspace.
198
184
199
-
200
185
## Application Insights
201
186
202
187
### Configuration problems
@@ -508,11 +493,34 @@ Most Application Insights data has a latency of under 5 minutes. Some data can t
This Microsoft FAQ is a list of commonly asked questions about Azure Monitor for containers. If you have any additional questions about the solution, go to the [discussion forum](https://feedback.azure.com/forums/34192--general-feedback) and post your questions. When a question is frequently asked, we add it to this article so that it can be found quickly and easily.
515
499
500
+
### What does *Other Processes* represent under the Node view?
501
+
502
+
**Other processes** is intended to help you clearly understand the root cause of the high CPU usage on your node. This enables you to distinguish usage between containerized processes vs non-containerized processes.
503
+
504
+
What are these **Other Processes**?
505
+
506
+
These are non-containerized processes that run on your node.
507
+
508
+
How do we calculate this?
509
+
510
+
**Other Processes** = Total usage from CAdvisor - Usage from containerized process
511
+
512
+
The **Other processes** can include:
513
+
514
+
- Self-managed or managed Kubernetes non-containerized processes
515
+
516
+
- Container Run-time processes
517
+
518
+
- Kubelet
519
+
520
+
- System processes running on your node
521
+
522
+
- Other non-kubernetes workloads running on node hardware or VM
523
+
516
524
### I don't see Image and Name property values populated when I query the ContainerLog table.
517
525
518
526
For agent version ciprod12042019 and later, by default these two properties are not populated for every log line to minimize cost incurred on log data collected. There are two options to query the table that include these properties with their values:
0 commit comments