PCA (Prometheus Certified Associate) sample exam question with answer 126
Question:
Which of the following statements are true about metric aggregation in Prometheus?
- Aggregation can be performed across multiple labels
- Aggregation can be performed across different metric types
- Aggregation can be performed using functions such as sum, avg, and max
- Aggregation can be performed dynamically during runtime
Answer:
A, C - Aggregation can be performed across multiple labels using functions such as sum, avg, and max. Aggregation cannot be performed across different metric types and cannot be performed dynamically during runtime