PCA (Prometheus Certified Associate) sample exam question with answer 424

Question:
Which of the following PromQL functions is used to calculate the relative change of a counter over a given range?

  1. rate()
  2. sum()
  3. increase()
  4. absent()
Answer:
C - correct answer. The increase() function is used to calculate the relative change of a counter over a given range