feat(agent): add safe lowlevel extension point

This commit is contained in:
igor04091968
2026-06-04 13:08:07 +03:00
parent 313c49eb4e
commit 0341e114a9
5 changed files with 131 additions and 0 deletions
@@ -1,5 +1,6 @@
mod collectors;
mod config;
pub mod lowlevel;
mod telemetry;
mod transport;