Add a unified observability interface for applications with multiple networks
🧪 Test / test (push) Successful in 6m9s
🧪 Test / test (push) Successful in 6m9s
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
web_debug_port_,
|
||||
[this]() {
|
||||
auto s = collect_snapshots();
|
||||
return web_debug::to_json(s.nodes, s.channels, s.elapsed_s);
|
||||
return web_debug::to_json(s.nodes, s.channels, {}, s.elapsed_s);
|
||||
});
|
||||
web_server_->start();
|
||||
std::cerr << "[kpn] web debug UI: http://localhost:" << web_debug_port_ << "\n";
|
||||
|
||||
Reference in New Issue
Block a user