Skip to content

Commit 22c95cd

Browse files
author
Jill Grant
authored
Merge pull request #268829 from JnHs/jh-copilot-mon0324
monitor updates
2 parents 8bd4d29 + 51f67c0 commit 22c95cd

File tree

1 file changed

+39
-8
lines changed

1 file changed

+39
-8
lines changed

articles/copilot/get-monitoring-information.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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)
33
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
55
ms.topic: conceptual
66
ms.service: copilot-for-azure
77
ms.custom:
@@ -11,19 +11,50 @@ ms.author: jenhayes
1111
author: JnHs
1212
---
1313

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)
1515

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/).
1717

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.
2119

2220
[!INCLUDE [scenario-note](includes/scenario-note.md)]
2321

2422
[!INCLUDE [preview-note](includes/preview-note.md)]
2523

26-
## Sample prompts
24+
## 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
2758

2859
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.
2960

0 commit comments

Comments
 (0)