Designing and Implementing Microsoft DevOps Solutions — Question 59
You have an Azure subscription that contains an Azure Kubernetes Service (AKS) instance named AKS1.
You collect and analyze metrics for AKS1 by using the Azure Monitor managed service for Prometheus.
You need to analyze the performance of AKS1.
Which query language should you use?
Answer options
- A. PL/SQL
- B. PromQL
- C. SparkQL
- D. KQL
Correct answer: B
Explanation
PromQL is specifically designed for querying Prometheus metrics, making it the appropriate choice for analyzing the performance of AKS1 in this context. PL/SQL, SparkQL, and KQL are not suited for this purpose, as they serve different database and analytics environments, not Prometheus metrics.