Skip to content
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

[Tiered Caching] Stats rework (3/4): Exposing new cache stats API #13237

Merged
merged 23 commits into from
Apr 29, 2024

Commits on Apr 15, 2024

  1. Adds Writeable, ToXContent functionality to ImmutableCacheStatsHolder

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f5fe228 View commit details
    Browse the repository at this point in the history
  2. Adds NodeCacheStats class which will provide cache stats API response

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7270850 View commit details
    Browse the repository at this point in the history
  3. Connects up API

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b47ee09 View commit details
    Browse the repository at this point in the history
  4. Adds IT

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4b792b6 View commit details
    Browse the repository at this point in the history
  5. Comment reword

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    62d1c04 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Changelog

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2cf1d2e View commit details
    Browse the repository at this point in the history
  2. javadoc

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2d67e8f View commit details
    Browse the repository at this point in the history
  3. Changed old API to report correct sizes of ICacheKey<K> instead of K

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    948c737 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Tweaked XContent level filtering logic + added tests for this

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    802a205 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Addressed Ankit's comments

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    86737f5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into tiramisu-stats-api-…

    …final
    Peter Alfonsi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d37b9e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. ImmutableStatsHolder now aggregates by level at creation time

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b4182ec View commit details
    Browse the repository at this point in the history
  2. Addressed misc comments

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6764e86 View commit details
    Browse the repository at this point in the history
  3. Changed serialization method

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2140baf View commit details
    Browse the repository at this point in the history
  4. Addressed Ankit's comments

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6da2a9f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Addressed misc comments

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4f3419b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into tiramisu-stats-api-…

    …final
    Peter Alfonsi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6d94b70 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into tiramisu-stats-api-…

    …final
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b5b027a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Addressed Michael's comments

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    40796c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Merge remote-tracking branch 'upstream/main' into tiramisu-stats-api-…

    …final
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4ab4d7f View commit details
    Browse the repository at this point in the history
  2. Fixed IT

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ecf780c View commit details
    Browse the repository at this point in the history
  3. rerun

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3d1a1ee View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. rerun

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5d76f0d View commit details
    Browse the repository at this point in the history