[model-gateway] reorganize metrics, logging, and otel to its own module (#14590)

This commit is contained in:
Simo Lin
2025-12-07 16:50:39 -08:00
committed by GitHub
parent 5e2cda6158
commit aff1238ef2
20 changed files with 40 additions and 31 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ use serial_test::serial;
use sgl_model_gateway::{
config::{RouterConfig, TraceConfig},
core::Job,
logging, otel_trace,
observability::{logging, otel_trace},
routers::RouterFactory,
};
use tokio::sync::oneshot;