PCA (Prometheus Certified Associate) sample exam question with answer 98
Question:
Which of the following functions can be used to calculate the range of values within a time range for a metric in PromQL? Select all that apply.
- range_over_time
- quantile_over_time
- stddev_over_time
- topk_over_time
Answer:
A, C - quantile_over_time accepts additional parameter so it is not valid in this case. topk_over_time - do not exist