Skip to content

Commit fda2f1b

Browse files
committed
rearrange overview
1 parent 075e13f commit fda2f1b

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

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

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,18 @@ ms.reviewer: viviandiec
1111

1212
[Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md) and [Container insights](#container-insights) work together for complete monitoring of your Kubernetes environment. This article describes both features and the data they collect.
1313

14-
## Managed Prometheus
1514
[Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md) is a fully managed service based on the [Prometheus](https://aka.ms/azureprometheus-promio) project from the Cloud Native Computing Foundation. It allows you to collect and analyze metrics from your Kubernetes cluster at scale and analyze them using prebuilt dashboards in [Grafana](../../managed-grafana/overview.md).
1615

17-
18-
## Container insights
1916
Container insights is a feature of Azure Monitor that collects and analyzes container logs from [Azure Kubernetes clusters](../../aks/intro-kubernetes.md) or [Azure Arc-enabled Kubernetes](../../azure-arc/kubernetes/overview.md) clusters and their components. You can analyze the collected data for the different components in your cluster with a collection of [views](container-insights-analyze.md) and prebuilt [workbooks](container-insights-reports.md).
2017

2118
> [!IMPORTANT]
2219
> Container insights collects metric data from your cluster in addition to logs. This functionality has been replaced by [Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md). You can analyze that data using built-in dashboards in [Managed Grafana](../../managed-grafana/overview.md) and alert on them using [prebuilt Prometheus alert rules](container-insights-metric-alerts.md).
2320
>
2421
> You can continue to have Container insights collect metric data so you can use the Container insights monitoring experience. Or you can save cost by disabling this collection and using Grafana for metric analysis. See [Configure data collection in Container insights using data collection rule](container-insights-data-collection-dcr.md) for configuration options.
22+
## Data collected
23+
Container insights sends data to a [Log Analytics workspace](../logs/data-platform-logs.md) where you can analyze it using different features of Azure Monitor. Managed Prometheus sends data to an [Azure Monitor workspace](../essentials/azure-monitor-workspace-overview.md) where it can be accessed by Managed Grafana. See [Monitoring data](../../aks/monitor-aks.md#monitoring-data) for further details on this data.
2524

26-
### Access Container insights
27-
28-
Access Container insights in the Azure portal from **Containers** in the **Monitor** menu or directly from the selected AKS cluster by selecting **Insights**. The Azure Monitor menu gives you the global perspective of all the containers that are deployed and monitored. This information allows you to search and filter across your subscriptions and resource groups. You can then drill into Container insights from the selected container. Access Container insights for a particular cluster from its page in the Azure portal.
29-
30-
:::image type="content" source="media/container-insights-overview/azmon-containers-experience.png" lightbox="media/container-insights-overview/azmon-containers-experience.png" alt-text="Screenshot that shows an overview of methods to access Container insights." border="false":::
25+
:::image type="content" source="../../aks/media/monitor-aks/aks-monitor-data.png" lightbox="../../aks/media/monitor-aks/aks-monitor-data.png" alt-text="Diagram of collection of monitoring data from Kubernetes cluster using Container insights and related services." border="false":::
3126

3227
### Supported configurations
3328
Container insights supports the following environments:
@@ -46,15 +41,15 @@ Container insights supports the following environments:
4641

4742
> [!NOTE]
4843
> Container insights supports ARM64 nodes on AKS. See [Cluster requirements](../../azure-arc/kubernetes/system-requirements.md#cluster-requirements) for the details of Azure Arc-enabled clusters that support ARM64 nodes.
49-
50-
>[!NOTE]
44+
>
5145
> Container insights support for Windows Server 2022 operating system is in public preview.
5246
47+
## Access Container insights
5348

54-
## Data collected
55-
Container insights sends data to a [Log Analytics workspace](../logs/data-platform-logs.md) where you can analyze it using different features of Azure Monitor. Managed Prometheus sends data to an [Azure Monitor workspace](../essentials/azure-monitor-workspace-overview.md) where it can be accessed by Managed Grafana. See [Monitoring data](../../aks/monitor-aks.md#monitoring-data) for further details on this data.
49+
Access Container insights in the Azure portal from **Containers** in the **Monitor** menu or directly from the selected AKS cluster by selecting **Insights**. The Azure Monitor menu gives you the global perspective of all the containers that are deployed and monitored. This information allows you to search and filter across your subscriptions and resource groups. You can then drill into Container insights from the selected container. Access Container insights for a particular cluster from its page in the Azure portal.
50+
51+
:::image type="content" source="media/container-insights-overview/azmon-containers-experience.png" lightbox="media/container-insights-overview/azmon-containers-experience.png" alt-text="Screenshot that shows an overview of methods to access Container insights." border="false":::
5652

57-
:::image type="content" source="../../aks/media/monitor-aks/aks-monitor-data.png" lightbox="../../aks/media/monitor-aks/aks-monitor-data.png" alt-text="Diagram of collection of monitoring data from Kubernetes cluster using Container insights and related services." border="false":::
5853

5954
## Agent
6055

articles/azure-monitor/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,14 +448,15 @@ items:
448448
href: vm/tutorial-monitor-vm-guest.md
449449
- name: Monitor containers
450450
items:
451+
- name: Azure Monitor features
452+
displayName: containers, kubernetes
453+
href: containers/container-insights-overview.md
451454
- name: Full stack monitoring
452455
displayName: containers
453456
href: containers/monitor-kubernetes.md
454457
- name: Best practices
455458
displayName: containers, kubernetes
456459
href: best-practices-containers.md
457-
- name: Container insights overview
458-
href: containers/container-insights-overview.md
459460
- name: Enable monitoring
460461
items:
461462
- name: Onboard cluster

0 commit comments

Comments
 (0)