Добавлена оперативная и историческая статистика нод и узлов mnesia #22
This commit is contained in:
@@ -21,12 +21,20 @@ init([]) ->
|
||||
shutdown => 5000,
|
||||
type => worker,
|
||||
modules => [infra_mnesia]},
|
||||
#{id => pg,
|
||||
start => {pg, start_link, []},
|
||||
restart => permanent,
|
||||
type => worker},
|
||||
#{id => stats_collector,
|
||||
start => {stats_collector, start_link, []},
|
||||
restart => permanent,
|
||||
shutdown => 5000,
|
||||
type => worker,
|
||||
modules => [stats_collector]},
|
||||
#{id => node_monitor,
|
||||
start => {node_monitor, start_link, []},
|
||||
restart => permanent,
|
||||
type => worker},
|
||||
#{id => archive_manager,
|
||||
start => {archive_manager, start_link, []},
|
||||
restart => permanent,
|
||||
|
||||
Reference in New Issue
Block a user