Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ip and status to heartbeat dashboard table (#9022)
The heartbeat dashboard table currently doesn't include these fields by default. These fields are useful for two reasons: 1. A given monitor.id often runs against separate IPs which may have different downtime results 2. Viewing the latest status for a given id/status tuple is a common use case. It answers the question: "what's down?". Fixes #8972
- Loading branch information