PCA (Prometheus Certified Associate) sample exam question with answer 338
Question:
Which of the following operators can be used to combine multiple PromQL queries into a single result set?
- sum()
- avg()
- group()
- union()
Answer:
D - union can be used to combine multiple PromQL queries into a single result set