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

Bug 1914427: Use kube_running_pod_ready to exclude terminal pods #7779

Merged
merged 1 commit into from Jan 11, 2021

Commits on Jan 8, 2021

  1. promql: Use kube_running_pod_ready to exclude terminal pods

    Terminal pods have no cost to the system in most scenarios, so
    our dashboards and queries should exclude metrics that include
    terminal pods (which `kube_pod_info` includes). The new 4.7 metric
    `kube_running_pod_ready` only includes non-terminal pods and is
    the appropriate metric to display for counts and joins to used
    capacity. On the dashboard this means the pod count reflects the
    running state of the system, not completed pods which could be
    in the thousands and have minimal overhead.
    smarterclayton committed Jan 8, 2021
    Copy the full SHA
    75255c7 View commit details
    Browse the repository at this point in the history