Add ability to log "freshness_limit" and "current_age"
Open
Cache
Logging
New Feature
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
I want to log “freshness_limit” in ATS to allow us to better model the cache contents.
It would be good to enable the logging of “current_age” also.
This allows us to create logs for modeling cache age and churn over extended periods.
These would be new log fields:
* freshness_limit written when objects are served from or written to the cache.
* current_age when serving
[Ideally avoiding header use]
Contributor guide
Assessment
This issue has not been assessed yet.