Skip to content

Commit 3343c73

Browse files
authored
Update AKS Arc monitoring metrics documentation
1 parent a4215ae commit 3343c73

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

AKS-Hybrid/kubernetes-monitor-metrics.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Metrics and monitoring logs in AKS Arc
33
description: Learn about metrics and logs used to monitor Kubernetes clusters in AKS Arc.
44
author: sethmanheim
55
ms.topic: how-to
6-
ms.date: 05/30/2024
6+
ms.date: 12/18/2024
77
ms.author: sethm
88
ms.lastreviewed: 03/28/2024
99
ms.reviewer: haojiehang
@@ -17,23 +17,26 @@ This article provides an overview of the metrics and logs used to monitor Kubern
1717
## Metrics
1818

1919
### Platform Metrics
20-
The following table lists the platform metrics supported for AKS Arc. In order to view these basic platform metrics, you may install the observability extension on your Kubernetes cluster and wait a few minutes to start automatic metrics ingestion. Follow each link for a detailed list of the metrics for each particular type.
20+
21+
The following table lists the platform metrics supported for AKS Arc. To view these basic platform metrics, you can install the observability extension on your Kubernetes cluster and wait a few minutes to start the automatic metrics ingestion. Follow each link for a detailed list of the metrics for each particular type:
2122

2223
| Metric type | Resource provider/type namespace |
2324
|-----------------------|--------------------------------------------------------|
2425
| Provisioned clusters | [Microsoft.HybridContainerService/provisionedClusters](/azure/azure-monitor/reference/supported-metrics/microsoft-hybridcontainerservice-provisionedclusters-metrics) |
2526
| Connected clusters | [Microsoft.Kubernetes/connectedClusters](/azure/azure-monitor/reference/supported-metrics/microsoft-kubernetes-connectedclusters-metrics) |
2627

2728
### Prometheus Metrics
28-
To view more granular metrics, it is recommended to enable Managed Prometheus extension in your Kubernetes and query Prometheus metrics in Metrics Explorer or Managed Grafana. The extension onboarding instructions can be found in [here](https://learn.microsoft.com/en-us/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli#enable-prometheus-and-grafana).
29+
30+
To view more granular metrics, it's recommended that you enable the Managed Prometheus extension in your Kubernetes, and then query Prometheus metrics in Metrics Explorer or Managed Grafana. For the extension onboarding instructions, [see this article](/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli#enable-prometheus-and-grafana).
2931

3032

3133
## Azure Monitor Logs
32-
AKS Arc supports two kinds of logs: Control Plane logs implemented as resource logs and container insights logs. For more information about exporting control plane logs such as audit logs using diagnostic settings, see [Monitor Kubernetes audit events](/azure/aks/hybrid/kubernetes-monitor-audit-events). For more information about enabling container insights, see [Enable Container Insights](https://learn.microsoft.com/en-us/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli).
3334

35+
AKS Arc supports two types of logs: Control Plane logs implemented as resource logs, and container insights logs. For more information about exporting control plane logs such as audit logs using diagnostic settings, see [Monitor Kubernetes audit events](/azure/aks/hybrid/kubernetes-monitor-audit-events). For more information about enabling container insights, see [Enable Container Insights](/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli).
3436

3537
### Control Plane Logs
36-
The following table lists the log categories available for AKS Arc. This table can also be found in [Azure Monitor resource log reference](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-logs/microsoft-kubernetes-connectedclusters-logs).
38+
39+
The following table lists the log categories available for AKS Arc. You can also see this table in the [Azure Monitor resource log reference](/azure/azure-monitor/reference/supported-logs/microsoft-kubernetes-connectedclusters-logs):
3740

3841
| Category | Description | Table (resource-specific mode) |
3942
|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------|
@@ -51,15 +54,13 @@ The following table lists the log categories available for AKS Arc. This table c
5154

5255
For more information, see the list of [all resource log category types supported in Azure Monitor](/azure/azure-monitor/essentials/resource-logs-schema).
5356

57+
### Azure Monitor log tables
5458

55-
### Azure Monitor Log Tables
56-
57-
For both control plane logs and container insights, you can analyze them in Log Analytics Workspace. The Log Analytics tables can be found in [Azure Monitor Reference](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/tables-index#azure-arc-enabled-kubernetes).
58-
59+
You can analyze both the control plane logs and the container insights in Log Analytics Workspace. See the Log Analytics tables in the [Azure Monitor Reference](/azure/azure-monitor/reference/tables-index#azure-arc-enabled-kubernetes).
5960

6061
## Activity log
6162

62-
The following table lists a few example operations related to AKS that might be created in the Activity log. Use the Activity log to track information such as when a cluster is created or had its configuration change. You can view this information in the portal or by using other methods. You can also use it to create an Activity log alert to be proactively notified when an event occurs.
63+
The following table lists a few example operations related to AKS that might be created in the activity log. Use the activity log to track information such as when a cluster is created, or had its configuration change. You can view this information in the portal or by using other methods. You can also use it to create an activity log alert to be proactively notified when an event occurs:
6364

6465
| Resource Type | Notes |
6566
|------------------------------|----------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)