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?

  1. rate()
  2. sum()
  3. increase()
  4. absent()
Answer:
D - is correct answer. The absent() function is used to filter out time series that do not exist at a specific timestamp