Move instrumentation to common crate

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

View file

@ -9,9 +9,9 @@ use std::net::SocketAddr;
use std::str::FromStr;
use std::sync::Arc;
use patagia_common::instrumentation;
use patagia_controller::api;
use patagia_controller::context::ControllerContext;
use patagia_controller::instrumentation;
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]