Move instrumentation to common crate

This commit is contained in:
Daniel Lundin 2024-12-16 18:46:14 +01:00
parent d8c8b7bb10
commit ffcea325f6
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
10 changed files with 67 additions and 15 deletions
controller/src

View file

@ -1,5 +1,4 @@
pub mod api;
pub mod context;
pub mod instrumentation;
mod version;