Instrumental / instrumentald

Instrumental System and Service Daemon
MIT License
14 stars 3 forks source link

Disk metrics should include device name instead of mountpoint #45

Closed tonydewan closed 6 years ago

tonydewan commented 8 years ago

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 commented 8 years ago

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

janxious commented 6 years ago

This was updated upstream inm telegraf and in instrumentald