Skip to content

update procfs to v0.0.5#1488

Merged
SuperQ merged 1 commit intoprometheus:masterfrom
pgier:update-procfs-v0.0.5
Sep 16, 2019
Merged

update procfs to v0.0.5#1488
SuperQ merged 1 commit intoprometheus:masterfrom
pgier:update-procfs-v0.0.5

Conversation

@pgier
Copy link
Copy Markdown
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
Copy Markdown
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