Netflix / servo

Netflix Application Monitoring Library
Apache License 2.0
1.42k stars 297 forks source link

base StatsMonitor expiration on writes #450

Closed brharrington closed 6 years ago

brharrington commented 6 years ago

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.