pub fn router<S>( provider: Option<Arc<RuntimeObservabilityProvider>>, ) -> OpenApiRouter<S>where S: Clone + Send + Sync + 'static,