ts_mon.js: implement a WAL to ensure events aren't lost |
|
Issue descriptionCurrently 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. |
|
►
Sign in to add a comment |
|
Comment 1 by jeffcarp@chromium.org
, Nov 19