PCA (Prometheus Certified Associate) sample exam question with answer 495
Question:
Which of the following PromQL functions is used to calculate the minimum value of a range vector over time?
- min()
- max()
- sum()
- avg()
Answer:
A - is correct. The min() function is used to calculate the minimum value of a range vector over time