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
+4
View File
@@ -15,6 +15,10 @@ kpn_example(10_static_hello_pipeline)
kpn_example(11_static_fanout)
if(KPN_WEB_DEBUG)
kpn_target_enable_web_debug(06_watchdog)
add_executable(14_debug_hub 14_debug_hub/main.cpp)
target_link_libraries(14_debug_hub PRIVATE kpn)
kpn_target_enable_web_debug(14_debug_hub)
endif()
# 07 and 08 require the Python bindings — only add if built
if(KPN_BUILD_PYTHON)