Add stacked top user scripts chart

This commit is contained in:
emanuele-f 2019-10-29 16:36:00 +01:00
parent 13a7b8ba67
commit 63660b59f4
7 changed files with 17 additions and 7 deletions

View file

@ -66,6 +66,8 @@ local tags = {
}
drawGraphs(ifId, schema, tags, _GET["zoom"], url, selected_epoch, {
top_user_script = "top:user_script:duration",
timeseries = {
{schema = "user_script:duration", label = i18n("internals.script_duration"), value_formatter = {"fmillis"}},
{schema = "user_script:num_calls", label = i18n("internals.num_calls")},