catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.92k stars 564 forks source link

Dashboard - Still need quick_logger? #4413

Closed simonhatch closed 6 years ago

simonhatch commented 6 years ago

Quickly looking through, bench_find_anomalies stores some data in quicklog, can't say I've ever used bench_find_anomalies though, @anniesullie mentioned that it's broken.

These also write data to quick_logger, although it's not clear who ever reads from it besides the group-report page. auto_triage alert_group bench_find_anomalies start_try_job update_bug_with_response

alerts-page embeds a quick-log, but doesn't seem to be visible since it doesn't set load-on-ready=True which seems to be a requirement in order for the logger to send xhrs to get the log data.

group-report-page embeds a quick-log that IS visible, but only shows bisect results for clank since Pinpoint jobs aren't recorded.