PCA (Prometheus Certified Associate) sample exam question with answer 190
Question:
Which of the following functions can be used in PromQL to perform aggregation over dimensions?
- rate()
- increase()
- count_over_time()
- irate()
- topk()
Answer:
C, E - The count_over_time() function can be used to count the number of time series with the same set of labels. The topk() function can be used to find the top k time series based on a given label set