[model-gateway] reorganize metrics, logging, and otel to its own module (#14590)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user