I propose an improvement to the “Degraded Performance” alert notifications to make them more actionable.
Current Problem: The alert notification, “Warning: Degraded performance detected for <domain>.”, always shows the top-level domain (e.g., example.com).
This is ambiguous when monitoring multiple endpoints for the same domain, such as:
example.com
example.com/path
subdomain.example.com
Currently, an alert for any of these monitors generates the same generic notification: “Warning: Degraded performance detected for example.com”. This forces us to log in to the dashboard to identify which specific service is affected, delaying our response.
Suggested Solution: To resolve this, please update the alert notification to include a more specific identifier. The ideal solution would be to include either:
The Monitor’s “Friendly Name”
The full URL/endpoint being monitored (e.g., subdomain.example.com).
This small change would significantly speed up our ability to identify and respond to performance issues.
Thank you for your consideration.