
Answer-first summary for fast verification
Answer: Set up an alert using a custom template to notify the message in the email's subject.
Alerts support custom templates that allow the use of variables to customize the default message. By setting up the query to compare the KPI's current value to the threshold and using the variable `QUERY_RESULT_VALUE`, you can display the value in the email notification. This approach enables the alert to dynamically replace variables with actual values when fired, providing a clear and customizable notification message.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with setting up an alert to notify via email whenever a KPI indicator exceeds a predefined threshold. Additionally, the team requests the actual value to be included in the email notification. How would you proceed?
A
Use a notebook and Python code to run every minute, utilizing Python variables to capture and send the information in an email.
B
Set up an alert using the default template to notify the message in the email's subject.
C
Set up an alert using a custom template to notify the message in the email's subject.
D
Use the webhook destination to customize the alert message.
E
Use a custom email hook to customize the message.
No comments yet.