Skip to content

Commit 9ce2730

Browse files
committed
Log Analytics rebrand - Containers
1 parent 5458953 commit 9ce2730

14 files changed

+34
-49
lines changed

articles/azure-monitor/insights/container-insights-optout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After you enable monitoring of your AKS cluster, you can stop monitoring the clu
2222

2323

2424
## Azure CLI
25-
Use the [az aks disable-addons](https://docs.microsoft.com/cli/azure/aks?view=azure-cli-latest#az-aks-disable-addons) command to disable Azure Monitor for containers. The command removes the agent from the cluster nodes, it does not remove the solution or the data already collected and stored in your Log Analytics resource.
25+
Use the [az aks disable-addons](https://docs.microsoft.com/cli/azure/aks?view=azure-cli-latest#az-aks-disable-addons) command to disable Azure Monitor for containers. The command removes the agent from the cluster nodes, it does not remove the solution or the data already collected and stored in your Azure Monitor resource.
2626

2727
```azurecli
2828
az aks disable-addons -a monitoring -n MyExistingManagedCluster -g MyExistingManagedClusterRG

articles/azure-monitor/insights/container-insights-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: magoedte
1919

2020
Azure Monitor for containers is a feature designed to monitor the performance of container workloads deployed to either Azure Container Instances or managed Kubernetes clusters hosted on Azure Kubernetes Service (AKS). Monitoring your containers is critical, especially when you're running a production cluster, at scale, with multiple applications.
2121

22-
Azure Monitor for containers gives you performance visibility by collecting memory and processor metrics from controllers, nodes, and containers that are available in Kubernetes through the Metrics API. Container logs are also collected. After you enable monitoring from Kubernetes clusters, these metrics and logs are automatically collected for you through a containerized version of the Log Analytics agent for Linux and stored in your [Log Analytics](../../azure-monitor/log-query/log-query-overview.md) workspace.
22+
Azure Monitor for containers gives you performance visibility by collecting memory and processor metrics from controllers, nodes, and containers that are available in Kubernetes through the Metrics API. Container logs are also collected. After you enable monitoring from Kubernetes clusters, these metrics and logs are automatically collected for you through a containerized version of the Log Analytics agent for Linux and stored in your [Log Analytics](../log-query/log-query-overview.md) workspace.
2323

2424
## What does Azure Monitor for containers provide?
2525

articles/azure-monitor/insights/container-insights-troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: magoedte
2020
When you configure monitoring of your Azure Kubernetes Service (AKS) cluster with Azure Monitor for containers, you may encounter an issue preventing data collection or reporting status. This article details some common issues and troubleshooting steps.
2121

2222
## Azure Monitor for containers is enabled but not reporting any information
23-
If Azure Monitor for containers is successfully enabled and configured, but you cannot view status information or no results are returned from a Log Analytics log query, you diagnose the problem by following these steps:
23+
If Azure Monitor for containers is successfully enabled and configured, but you cannot view status information or no results are returned from a log query, you diagnose the problem by following these steps:
2424

2525
1. Check the status of the agent by running the command:
2626

articles/azure-monitor/insights/containers.md

+31-46
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)