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
refactor: use extractAddress() method for monitor address
Address review feedback from CommanderStorm to use the inherited
extractAddress() method instead of directly accessing monitorJSON["url"].
This properly handles different monitor types (ping, port, dns, etc.).
# feat: add monitored URL link to Google Chat notifications
2
+
3
+
## Summary
4
+
5
+
Add the monitored service URL as a clickable link in Google Chat notifications, allowing users to quickly navigate to the affected service for immediate investigation.
6
+
7
+
Closes #5952
8
+
9
+
## Changes
10
+
11
+
- Added URL section to Google Chat card notifications showing the monitored service URL as a clickable hyperlink
12
+
- Only displays when the monitor has a URL configured (e.g., HTTP/HTTPS monitors)
13
+
14
+
## Benefits
15
+
16
+
-**Faster Incident Response**: Users can instantly access the service URL to assess issues
17
+
-**Improved User Experience**: Eliminates the need to manually search for the service URL
18
+
-**Streamlined Workflows**: Reduces cognitive load and potential errors by providing direct access
0 commit comments