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?

  1. min()
  2. max()
  3. sum()
  4. avg()
Answer:
A - is correct. The min() function is used to calculate the minimum value of a range vector over time