PCA (Prometheus Certified Associate) sample exam question with answer 457
Question:
Which of the following PromQL functions is used to filter out time series that do not exist at a specific timestamp?
- rate()
- sum()
- increase()
- absent()
Answer:
D - is correct answer. The absent() function is used to filter out time series that do not exist at a specific timestamp