You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When a monitor trigger action is configured with the following message body, the notification can be successfully sent to pagerduty for per query monitors, but it fails for per document monitors. Troubleshooting suggests that the custom_details field is not able to be sent for a per document monitor, but this will require further route causing to confirm; as described below, a workaround is to include the custom_details strings in the summary string. In addition, we should check whether the other monitor types are experiencing a similar problem.
What is the bug?
When a monitor trigger action is configured with the following message body, the notification can be successfully sent to pagerduty for per query monitors, but it fails for per document monitors. Troubleshooting suggests that the
custom_details
field is not able to be sent for a per document monitor, but this will require further route causing to confirm; as described below, a workaround is to include thecustom_details
strings in thesummary
string. In addition, we should check whether the other monitor types are experiencing a similar problem.How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
The different monitor types should support a consistent syntax for notification messages.
Do you have any additional context?
A workaround is to include the
custom_details
strings in thesummary
string; e.g.,The text was updated successfully, but these errors were encountered: