-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Currently columns (lines or keys) are hardcoded in GraphConstants.js.
It would be nice to have the flexibility to have more or less lines or have custom labels. Some examples:
- when return-value matching is enabled there would be an additional
total_count(counting all the function calls) andcountwould show the number of matched return values. Useful to see the ratio of matching. - command
funcountwould only gather call count (and maybe average latency) but not percentiles. This is an optimisation in the backend using different kind of tracing with less overhead. So it would only havecountandmeankeys.
So columns and labels should be created based on the keys in the data sent by the backend. It is guaranteed that one monitor (belonging to one query) would always send the same keys in its samples.
Open question how to set colours and which columns to hide by default.