Problem
The monitoring routes report cached_hits, total_hits and valid_hits, but these count cache entries, not hits. The docs have to explain the names.
Proposal
Add correctly named fields (e.g. entries, total_entries, valid_entries) and keep the old names as deprecated aliases until 0.4.0.
Problem
The monitoring routes report
cached_hits,total_hitsandvalid_hits, but these count cache entries, not hits. The docs have to explain the names.Proposal
Add correctly named fields (e.g.
entries,total_entries,valid_entries) and keep the old names as deprecated aliases until 0.4.0.