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

2.1 prefetch metrics #892

Merged
merged 3 commits into from
Nov 30, 2022

Commits on Nov 24, 2022

  1. metrics: add method set() to initialize the metric

    Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
    changweige committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bbcb0bf View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. metrics/cache: add more prefetch related metrics

    Record prefech request average latency.
    Calculate prefetch average bandwidth.
    
    Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
    changweige committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fc69c33 View commit details
    Browse the repository at this point in the history
  2. metrics: rename prefetch_mr_count to prefetch_requests_count

    Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
    changweige committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c7b3f89 View commit details
    Browse the repository at this point in the history