Add a unified observability interface for applications with multiple networks
🧪 Test / test (push) Successful in 6m9s

This commit is contained in:
2026-05-10 19:08:40 +02:00
parent 278c122e8f
commit 1e9ba5ee66
9 changed files with 660 additions and 17 deletions
+1 -1
View File
@@ -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";