Software /
code /
prosody-modules
Diff
mod_statistics_statsman/mod_statistics_statsman.lua @ 3610:78885053cd80
mod_statistics_statsman: Fix syntax error
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 28 May 2019 21:27:45 +0200 |
parent | 3609:0d4598dacc87 |
child | 4595:bac3dae031ee |
line wrap: on
line diff
--- a/mod_statistics_statsman/mod_statistics_statsman.lua Tue May 28 21:26:13 2019 +0200 +++ b/mod_statistics_statsman/mod_statistics_statsman.lua Tue May 28 21:27:45 2019 +0200 @@ -16,7 +16,7 @@ local name_map = { ["start_time"] = "up_since"; ["cpu.percent:amount"] = "cpu"; - ["cpu.clock:amount"] = "cpu_total" + ["cpu.clock:amount"] = "cpu_total"; ["memory.allocated_mmap:amount"] = "memory_allocated_mmap"; ["memory.allocated:amount"] = "memory_allocated"; ["memory.lua:amount"] = "memory_lua";