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?
- rate()
- sum()
- increase()
- absent()
Answer:
C - correct answer. The increase() function is used to calculate the relative change of a counter over a given range