[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
+5 -3
View File
@@ -32,10 +32,12 @@ use crate::{
},
Job, JobQueue, JobQueueConfig, WorkerManager, WorkerType,
},
logging::{self, LoggingConfig},
metrics::{self, PrometheusConfig},
middleware::{self, AuthConfig, QueuedRequest},
otel_trace,
observability::{
logging::{self, LoggingConfig},
metrics::{self, PrometheusConfig},
otel_trace,
},
protocols::{
chat::ChatCompletionRequest,
classify::ClassifyRequest,