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

update procfs to v0.0.5 #1488

Merged
merged 1 commit into from
Sep 16, 2019
Merged

Conversation

pgier
Copy link
Contributor

@pgier pgier commented Sep 15, 2019

- Fixes (prometheus#1465) failure in netclass collector
- Adds parsing of CPU information

Signed-off-by: Paul Gier <pgier@redhat.com>
Copy link
Member

@SuperQ SuperQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SuperQ SuperQ merged commit f3538e1 into prometheus:master Sep 16, 2019
lporcheron pushed a commit to bleemeo/glouton that referenced this pull request Nov 3, 2019
Using:

```
go get -u

go get github.com/prometheus/client_golang@v0.9.3
go mod edit -droprequire=github.com/prometheus/procfs

go get github.com/shirou/gopsutil@v2.19.8

go mod tidy
```

We still need to use older version of client_golang & procfs because
node_exporter v0.18.1 does not work with recent version of procfs
(prometheus/node_exporter#1488 should fix this).

We use older gopsutil because v2.19.9 contains a data race: shirou/gopsutil#773
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR: netclass collector failed after 0.001211s: could not get net class info
2 participants