-
Notifications
You must be signed in to change notification settings - Fork 2.5k
mountstats/linux: fix multiple transports statistics labeling #3296
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
base: master
Are you sure you want to change the base?
mountstats/linux: fix multiple transports statistics labeling #3296
Conversation
8516c15
to
e54568c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding my 👍 FWIW.
46e6e08
to
bb2bc8c
Compare
Any chance to get this reviewed? |
cc @SuperQ |
ping? |
@SuperQ ? anyone? |
@discordianfish @SuperQ this PR is waiting idle ready. Any reason why it cannot be merged? |
When mounting nfs with nconnect, mountstats will show multiple transports. Currently the mountstats exporter fails to create metrics from this information due to repeated entries. Fix this by adding transport metrics a "transport" label enumerating their order in the mountstats output. Signed-off-by: Sagi Grimberg <[email protected]>
bb2bc8c
to
aa79888
Compare
@discordianfish @SuperQ this PR is ready for a couple of months now... Can we get it merged please? |
@discordianfish @SuperQ What is the reason you are ignoring this PR? Can you please either comment on what you would like to see changed or merge it? |
When mounting nfs with nconnect, mountstats will show multiple transports. Currently the mountstats exporter fails to create metrics from this information due to repeated entries.
Fix this by adding transport metrics a "transport" label enumerating their order in the mountstats output.