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

Fix pid_count with systemd_unit in procstat_lookup #5972

Merged
merged 2 commits into from
Jun 14, 2019

Commits on Jun 8, 2019

  1. Fix pid_count with systemd_unit in procstat_lookup

    Attempt at fixing influxdata#5300. Not sure if using an OR statement or writing a separate if was a better practice. Since both check for valid PIDs I used an OR statement.
    Also I tested this on golang and know almost nothing of GO, so there might be better ways to write this.
    Frakenz authored Jun 8, 2019
    Configuration menu
    Copy the full SHA
    0d0b776 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    ee4078b View commit details
    Browse the repository at this point in the history