Closed
Bug 2040018
Opened 3 months ago
Closed 22 days ago
Display Sherlock iterator information on the alert page
Categories
(Tree Management :: Perfherder, task, P2)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 2059046
People
(Reporter: myeongjun.ko, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
Currently, Sherlock's information is displayed on the hourglass of the alerts page. After smart backfill, the information is added through the iterator as shown below:
[{
"iteration": 1,
"detected_push_id": 10,
"detected_t_value": 36.77446764831958,
"candidates": [{"push_id": 10, "t_value": 36.77446764831958, "push_timestamp": 1774781813}],
"timestamp": "2026-05-11T18:11:25.540405",
"previous_push_id": 10,
"detected_push_gap_size": 3,
"status": "stabilized_with_gap",
"notes": "Detection stabilized at 10 but gap remains before it, re-triggering"
},
{
"iteration": 2,
"detected_push_id": 10,
"detected_t_value": 36.77446764831958,
"candidates": [{"push_id": 10, "t_value": 36.77446764831958, "push_timestamp": 1774781813}],
"timestamp": "2026-05-11T18:18:50.442836",
"previous_push_id": 10,
"detected_push_gap_size": 3,
"status": "stabilized_gap_stuck",
"notes": "Gap before 10 did not shrink (was 3, still 3); pushes likely lack target job type, stopping."
}]
This information should be displayed on the alert page. If not all fields are necessary, we can adjust what is shown incrementally.
| Reporter | ||
Updated•3 months ago
|
Updated•3 months ago
|
Whiteboard: [fxp]
Updated•3 months ago
|
Updated•1 month ago
|
Severity: -- → S2
Priority: -- → P2
| Reporter | ||
Comment 1•22 days ago
|
||
This bug is a duplicate. We'll handle it in FXP-5122: https://mozilla-hub.atlassian.net/browse/FXP-5122
You need to log in
before you can comment on or make changes to this bug.
Description
•