[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

View File

@@ -659,7 +659,7 @@ impl Router {
}
fn start(&self) -> PyResult<()> {
use metrics::PrometheusConfig;
use observability::metrics::PrometheusConfig;
let router_config = self.to_router_config().map_err(|e| {
pyo3::exceptions::PyValueError::new_err(format!("Configuration error: {}", e))