New issue
Advanced search Search tips

Issue 901524 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocking:
issue monorail:4188



Sign in to add a comment

ts_mon.js: implement a WAL to ensure events aren't lost

Project Member Reported by jeffcarp@chromium.org, Nov 2

Issue description

Currently if a ts_mon.js metric is updated and the user navigates the page away before the ts_mon.js flush interval (60s), those metrics are lost.

We could use sessionStorage to write events as they come in. This way the only metrics that would theoretically be dropped are metrics that are written right before the user leaves their session for the last time.
 
Blocking: monorail:4188

Sign in to add a comment