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

SAMZA-2788: Add new metric to emit 1 when containers are processing #1678

Merged
merged 3 commits into from
Jul 28, 2023

Commits on Jul 27, 2023

  1. Add new metric to emit 1 when containers are processing

    This allows dashboards to calculate how many containers are running / not running based on this metric.
    Zhangyx39 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f53c6f9 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    The containerRunning metric is set by the callback function
    Zhangyx39 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ec7d105 View commit details
    Browse the repository at this point in the history
  3. add comment

    Zhangyx39 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b78b66c View commit details
    Browse the repository at this point in the history