mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Implement redis num calls charts
This commit is contained in:
parent
d44dad6f31
commit
58d88d161e
10 changed files with 75 additions and 14 deletions
|
|
@ -42,6 +42,8 @@ function getSerieLabel(schema, serie, visualization, serie_index) {
|
|||
return serie.tags.profile;
|
||||
else if(serie.tags.user_script)
|
||||
return serie.tags.user_script;
|
||||
else if(serie.tags.command)
|
||||
return serie.tags.command.substring(4).toUpperCase();
|
||||
} else if(data_label != "bytes") { // single series
|
||||
if(serie.tags.protocol)
|
||||
return serie.tags.protocol + " (" + new_label + ")";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue