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

[docker_daemon] Report as many cgroup metrics as possible #3134

Merged

Commits on Jan 18, 2017

  1. [docker_daemon] Report as many cgroup metrics as possible

    If one cgroup stat file is missing, still try to report the metrics
    from the other files.
    
    Also, remove the retry logic as it seems to have been made at a time
    when `find_cgroup_filename_pattern` was used. Since we're trying
    all the stat files now we are in fact retrying `len(CGROUP_METRICS)`
    times
    olivielpeau committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a18d400 View commit details
    Browse the repository at this point in the history