This plugin provides native disk instrumentation for monitoring and metrics collection, including: health, usage, and various metrics.
27
stars
63
forks
source link
Returns disk path instead of Disk Class instance reference #163
Closed
VeselaHouba closed 3 years ago
Pull Request Checklist
Is this in reference to an existing issue?
General
[X] Update Changelog following the conventions laid out here
[X] Update README with any necessary configuration snippets
[ ] Binstubs are created if needed
[ ] RuboCop passes
[ ] Existing tests pass
New Plugins
[ ] Tests
[ ] Add the plugin to the README
[ ] Does it have a complete header as outlined here
Purpose
Check was returning class instance reference, which is quite useless.
Before:
After:
Known Compatibility Issues