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(blooms): record time spent resolving shards #12636

Merged
merged 5 commits into from
Apr 17, 2024

Commits on Apr 16, 2024

  1. [wip] adds shard resolution timing to statistics

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    29b10e4 View commit details
    Browse the repository at this point in the history
  2. stats proto

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6bb9dd4 View commit details
    Browse the repository at this point in the history
  3. record shards duration

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e95febd View commit details
    Browse the repository at this point in the history
  4. dont use time.Duration which doesnt have Equal() method in proto

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9fb6ce0 View commit details
    Browse the repository at this point in the history
  5. populate golden tests with new field

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c496daf View commit details
    Browse the repository at this point in the history