-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture additional components in prometheus sample dashboard
When querying the breakdown of hardware components, the prometheus query may be too narrow and exclude components that didn't match but should have been included. For instance the previous hardware query: ``` ohm_hdd_load_percent{instance="$instance"} ``` Will exclude hard drives without load percentages. The fix is to match on name prefix, so anything that starts with `ohm_hdd_` is considered a harddrive and will have its own details section. Grafana version was updated in the meantime, as there are still some UI oddities in the dashboard remaining, which may be fixed in a future update
- Loading branch information
1 parent
a82e0ff
commit 6e2b241
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters