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/copilot/get-monitoring-information.md
+39-8Lines changed: 39 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Get information about Azure Monitor logs using Microsoft Copilot for Azure (preview)
2
+
title: Get information about Azure Monitor metrics and logs using Microsoft Copilot for Azure (preview)
3
3
description: Learn about scenarios where Microsoft Copilot for Azure (preview) can provide information about Azure Monitor metrics and logs.
4
-
ms.date: 01/30/2024
4
+
ms.date: 03/11/2024
5
5
ms.topic: conceptual
6
6
ms.service: copilot-for-azure
7
7
ms.custom:
@@ -11,19 +11,50 @@ ms.author: jenhayes
11
11
author: JnHs
12
12
---
13
13
14
-
# Get information about Azure Monitor logs using Microsoft Copilot for Azure (preview)
14
+
# Get information about Azure Monitor metrics and logs using Microsoft Copilot for Azure (preview)
15
15
16
-
You can ask Microsoft Copilot for Azure (preview) questions about logs collected by [Azure Monitor](/azure/azure-monitor/).
16
+
You can ask Microsoft Copilot for Azure (preview) questions about metrics and logs collected by [Azure Monitor](/azure/azure-monitor/).
17
17
18
-
When asked about logs for a particular resource, Microsoft Copilot for Azure (preview) generates an example KQL expression and allows you to further explore the data in Azure Monitor logs. This capability is available for all customers using Log Analytics, and can be used in the context of a particular Azure Kubernetes Service (AKS) cluster that uses Azure Monitor logs.
19
-
20
-
To get details about your container logs, start on the **Logs** page for your AKS cluster.
18
+
When you ask Microsoft Copilot for Azure (preview) for this information, it automatically pulls context when possible, based on the current conversation or on the page you're viewing in the Azure portal. If the context of a query isn't clear, you'll be prompted to specify the resource for which you want information.
## Answer questions about Azure Monitor platform metrics
25
+
26
+
Use Microsoft Copilot for Azure (preview) to ask questions about your Azure Monitor metrics. When asked about metrics for a particular resource, Microsoft Copilot for Azure (preview) generates a graph, summarizes the results, and allows you to further explore the data in Metrics Explorer. When asked about what metrics are available, Microsoft Copilot for Azure (preview) describes the platform metrics available for the given resource type.
27
+
28
+
### Sample prompts
29
+
30
+
Here are a few examples of the kinds of prompts you can use to get information about Azure Monitor platform metrics. Modify these prompts based on your real-life scenarios, or try additional prompts to get different kinds of information.
31
+
32
+
- "What platform metrics are available for my VM?"
33
+
- "Show me the memory usage trend for my VM over the last 4 hours"
34
+
- "Show trends for network bytes in over the last day"
35
+
- "Give me a chart of os disk latency statistics for the last week"
36
+
37
+
## Answer questions about Managed Prometheus metrics
38
+
39
+
Use Microsoft Copilot for Azure (preview) to ask questions about your Azure Monitor managed service for Prometheus metrics. When asked about metrics for a particular resource, Microsoft Copilot for Azure (preview) generates an example PromQL expression and allow you to further explore the data in Prometheus Explorer. This capability is available for all customers using Managed Prometheus. It can be used in the context of either an Azure Monitor workspace or a particular Azure Kubernetes Service cluster that is using Managed Prometheus.
40
+
41
+
### Sample prompts
42
+
43
+
Here are a few examples of the kinds of prompts you can use to get information about Managed Prometheus metrics. Modify these prompts based on your real-life scenarios, or try additional prompts to get different kinds of information.
44
+
45
+
- "Create a promql query to show me the resource limits on my pods and containers"
46
+
- "Use promql to get the node load for this cluster"
47
+
- "Show me the Prometheus metrics for the memory usage of my containers"
48
+
- "Get the memory requests of pod <provide_pod_name> under namespace <provide_namespace>"
49
+
- "Show me the container reads by namespace"
50
+
51
+
## Answer questions about Azure Monitor logs
52
+
53
+
When asked about logs for a particular resource, Microsoft Copilot for Azure (preview) generates an example KQL expression and allows you to further explore the data in Azure Monitor logs. This capability is available for all customers using Log Analytics, and can be used in the context of a particular Azure Kubernetes Service (AKS) cluster that uses Azure Monitor logs.
54
+
55
+
To get details about your container logs, start on the **Logs** page for your AKS cluster.
56
+
57
+
### Sample prompts
27
58
28
59
Here are a few examples of the kinds of prompts you can use to get information about Azure Monitor logs for an AKS cluster. Modify these prompts based on your real-life scenarios, or try additional prompts to get different kinds of information.
0 commit comments