mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
cb15313c15
commit
cfc1f0fe57
3 changed files with 9 additions and 4 deletions
|
|
@ -69,9 +69,9 @@ drawGraphs(ifId, schema, tags, _GET["zoom"], url, selected_epoch, {
|
|||
timeseries = {
|
||||
{schema = "ht:state",
|
||||
label = i18n("internals.hash_entries")},
|
||||
{schema = "ht:lua_calls",
|
||||
{schema = "custom:ht:lua_calls",
|
||||
label = i18n("internals.lua"),
|
||||
metrics_labels = { i18n("graphs.tot_ms"), i18n("graphs.num_calls") },
|
||||
metrics_labels = { i18n("duration"), i18n("graphs.num_calls") },
|
||||
},
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue