You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base StatsMonitor expiration on writes (Netflix#450)
Before it was using calls to `getMonitors` to update the
last used time. That method will not get called when
delegating to Spectator and thus it will always expire
15 minutes after registration and never come back.
This changes the last used time to get updated when
values are recorded rather than when they are read using
`getMonitors`.
0 commit comments