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

metrics: add worker_park_unpark_count #6696

Merged
merged 5 commits into from
Jul 23, 2024

Commits on Jul 19, 2024

  1. metrics: add worker_park_unpark_count

    This counts the number of times a worker was
    parked and unparked. Thus it is odd if the worker
    is parked and even if the worker is unparked.
    surban committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e440d83 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    surban committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bf4631e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Implement code review

    surban committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8511ab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354ef6b View commit details
    Browse the repository at this point in the history
  3. Avoid sleep in test

    surban committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7176afd View commit details
    Browse the repository at this point in the history