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

Disk metrics should include device name instead of mountpoint #45

Closed
tonydewan opened this issue Sep 28, 2016 · 2 comments
Closed

Disk metrics should include device name instead of mountpoint #45

tonydewan opened this issue Sep 28, 2016 · 2 comments

Comments

@tonydewan
Copy link
Contributor

As it stands now, disk metrics collected by instrumentald will look like:

system.<hostname>.disk.<mount-point>.<metric>

Where mount-point will look like -, -boot, etc. It would be more useful and readable if it used the device name instead, or:

system.<hostname>.disk.<device-name>.<metric>
@tonydewan
Copy link
Contributor Author

We have a PR outstanding on telegraf to enable this change.

@janxious
Copy link
Contributor

This was updated upstream inm telegraf and in instrumentald

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

No branches or pull requests

2 participants