-
-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCP: Resolve nested derived metric definitions for devices
Previously these expressions were (incorrectly) silently failing to evaluate because a derived metric expression was geing nested which isn't valid. Now libpcp generates several warnings like: "Semantic error: derived metric htop.screen.disks.read_await: operand disk.dev.r_await: Illegal nested derived metric" Fortunately they're all simple expressions so just unwinding the nesting is the simplest fix. Add in help text for good measure.
- Loading branch information
Showing
1 changed file
with
18 additions
and
10 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