-
Notifications
You must be signed in to change notification settings - Fork 515
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 <petealft@amazon.com>
@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 <petealft@amazon.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com>
Co-authored-by: Peter Alfonsi <peter.alfonsi@gmail.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Peter Alfonsi <peter.alfonsi@gmail.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
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 <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com>
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com>
* Adds docs for tiered caching stats API Signed-off-by: Peter Alfonsi <petealft@amazon.com> * Fixed style errors Signed-off-by: Peter Alfonsi <petealft@amazon.com> * Apply suggestions from code review Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com> * Update _api-reference/nodes-apis/nodes-stats.md Co-authored-by: Peter Alfonsi <peter.alfonsi@gmail.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _api-reference/nodes-apis/nodes-stats.md Co-authored-by: Peter Alfonsi <peter.alfonsi@gmail.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com> * Changed wording Signed-off-by: Peter Alfonsi <petealft@amazon.com> --------- Signed-off-by: Peter Alfonsi <petealft@amazon.com> Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Peter Alfonsi <petealft@amazon.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com> (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.