-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds documentation for tiered caching stats API #7158
Adds documentation for tiered caching stats API #7158
Conversation
Signed-off-by: Peter Alfonsi <[email protected]>
@hdhalter This adds documentation around pieces of the tiered caching feature which were merged in separately from the things covered in Sagar's main doc PR. Would you be able to take a look? |
Will do, @peteralfonsi, but can you please address the style errors? Thanks. |
Signed-off-by: Peter Alfonsi <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peteralfonsi @Naarcha-AWS Please see my comments and changes and let me know if you have any questions. Thanks!
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
* Adds docs for tiered caching stats API Signed-off-by: Peter Alfonsi <[email protected]> * Fixed style errors Signed-off-by: Peter Alfonsi <[email protected]> * Apply suggestions from code review Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Peter Alfonsi <[email protected]> * Update _api-reference/nodes-apis/nodes-stats.md Co-authored-by: Peter Alfonsi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Update _api-reference/nodes-apis/nodes-stats.md Co-authored-by: Peter Alfonsi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Alfonsi <[email protected]> * Changed wording Signed-off-by: Peter Alfonsi <[email protected]> --------- Signed-off-by: Peter Alfonsi <[email protected]> Signed-off-by: Peter Alfonsi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Peter Alfonsi <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> (cherry picked from commit 88d1900) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Adds documentation for the cache stats API, which was introduced as part of tiered caching. Follows up to cache plugin documentation PR.
Issues Resolved
Followup on #6300.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.