ezelkow1 commented on issue #12334:
URL: 
https://github.com/apache/trafficserver/issues/12334#issuecomment-3046649574

   Yea even though its a 'cache-miss', the stats plugin is never actually 
interfacing with the cache what so ever. It intercepts requests to it's 
endpoint and then just serves the stats back directly. So you are free to 
periodically grab the stats on whatever interval you want since they are 
grabbed on the fly.  All of the stats are already being stored internally 
within ATS so the plugin is not actually doing any 'collection' or 'storage' 
type of things, its only reporting stats back that already exist.
   
   The current_time_epoch_ms value is there so that you can do your own diff 
calculations with a timestamped value, if you dont incorporate this and are 
doing calculations based on bytes/time and your own collection time then your 
stats could be off due to sliding collection windows


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to