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)

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.

Blocks: 2007002
No longer depends on: 2007002
Whiteboard: [fxp]
Severity: -- → S2
Priority: -- → P2

This bug is a duplicate. We'll handle it in FXP-5122: https://mozilla-hub.atlassian.net/browse/FXP-5122

Status: NEW → RESOLVED
Closed: 22 days ago
Duplicate of bug: 2059046
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.