PCA (Prometheus Certified Associate) sample exam question with answer 131

Question:
Which of the following are valid modifiers for alerting rules in Prometheus?

  1. for
  2. labels
  3. annotations
  4. description
  5. status
Answer:
A, B, C, D - In Prometheus, you can use the for modifier to specify how long a condition must be met before an alert fires. The labels modifier can be used to add or remove labels from an alert, and the annotations modifier can be used to add additional metadata to an alert. The summary modifier is used in the alert manager to summarize alerts, while the description modifier is used to provide a detailed description of the alert