Skip to content

Commit 6797876

Browse files
authored
Merge pull request #109135 from MGoedtel/task1701291
updated CI section of FAQ
2 parents 5beb671 + 6e83f51 commit 6797876

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

articles/azure-monitor/faq.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ ms.subservice:
66
ms.topic: conceptual
77
author: bwren
88
ms.author: bwren
9-
ms.date: 03/12/2020
9+
ms.date: 03/26/2020
1010

1111
---
1212

13-
1413
# Azure Monitor Frequently Asked Questions
1514

1615
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
5857
### How do I access data collected by Azure Monitor?
5958
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).
6059

61-
62-
63-
64-
6560
## Solutions and insights
6661

6762
### What is an insight in Azure Monitor?
@@ -74,11 +69,6 @@ Monitoring solutions are packaged sets of logic for monitoring a particular appl
7469

7570
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.
7671

77-
78-
79-
80-
81-
8272
## Logs
8373

8474
### 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
10393
### Why am I am getting no access error message when opening Log Analytics from a VM?
10494
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.
10595

106-
107-
108-
10996
## Alerts
11097

11198
### 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
127114
### What is an action rule?
128115
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).
129116

130-
131117
## Agents
132118

133119
### Does Azure Monitor require an agent?
@@ -196,7 +182,6 @@ See [Network firewall requirements](platform/log-analytics-agent.md#network-fire
196182

197183
View Designer is only available for users assigned with Contributor permissions or higher in the Log Analytics workspace.
198184

199-
200185
## Application Insights
201186

202187
### Configuration problems
@@ -508,11 +493,34 @@ Most Application Insights data has a latency of under 5 minutes. Some data can t
508493
[windows]: app/app-insights-windows-get-started.md
509494

510495

511-
512496
## Azure Monitor for containers
513497

514498
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.
515499

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+
516524
### I don't see Image and Name property values populated when I query the ContainerLog table.
517525

518526
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

Comments
 (0)