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

feat: add gateway histogram metrics #8443

Merged
merged 4 commits into from
Mar 21, 2022
Merged

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    1990b49 View commit details
    Browse the repository at this point in the history
  2. feat(gw): response type histogram metrics

    Adds:
    
    - response-type agnostic firstContentBlockGetMetric which counts the
      latency til the first content block.
    
    - car/block/file/gen-dir-index duration histogram metrics that show how
      long each response type takes
    lidel committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5064c53 View commit details
    Browse the repository at this point in the history
  3. docs: improve metrics descriptions

    Co-authored-by: Gus Eggert <gus@gus.dev>
    lidel and guseggert committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ae5de99 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. feat: more gw histogram buckets

    0.05, 0.1, 0.25, 0.5, 1, 2, 5, 10, 30, 60
    as suggested in reviews:
    #8443
    lidel committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    97726cb View commit details
    Browse the repository at this point in the history