Added mountinfo changes to node_exporter#1400
Added mountinfo changes to node_exporter#1400dipack95 wants to merge 7 commits intoprometheus:masterfrom dipack95:minfo
Conversation
Use the extra information gleaned from the mountinfo file to add a 'mountaddr' field for NFS metrics. This helps prevent prometheus from ignoring mounts that come from the same URL, but are actually from different IP addresses. Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
…hange Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
|
@pgier One of the tests involving mounting Do you have any idea why that might be? Edit: I fixed it. Just a missing line in one of the fake |
…he test case issue Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
SuperQ
left a comment
There was a problem hiding this comment.
Minor nitpick, but otherwise LGTM
Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
pgier
left a comment
There was a problem hiding this comment.
Looks good, just had a couple comments.
Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
|
@pgier I've modified the code to follow your suggestion, but now the buildkite check seems to be breaking, and I cannot see why. |
|
It looks like this needs to be rebased against master to pick up the fixes to |
Use the extra information gleaned from the mountinfo file to add a 'mountaddr' field for NFS metrics. This helps prevent prometheus from ignoring mounts that come from the same URL, but are actually from different IP addresses. This commit also rebases to current master Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
…minfo Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
|
@SuperQ The buildkite build still fails! Is there anyway I can see the output of the failed build? |
|
Here's the error, it should be fixed if you fully rebase against node_exporter master. |
|
Accidentally closed this PR; created one with the rebased fork #1417 |
Use the extra information gleaned from the mountinfo file to add
a 'mountaddr' field for NFS metrics. This helps prevent prometheus from
ignoring mounts that come from the same URL, but are actually from
different IP addresses.
Follow up from this procfs PR.
Signed-off-by: Dipack P Panjabi dpanjabi@hudson-trading.com