// Copyright (c) 2025-2026 Kirky.X
//
// Licensed under the MIT License
// See LICENSE file in the project root for full license information.
// endpoint 依赖 axum,仅在 http feature 下编译
// prometheus_exporter 依赖 prometheus crate(仅 http feature 引入),
// library 模式下不需要 Prometheus 指标收集
pub use metrics_endpoint;
pub use InferenceCollector;
pub use PrometheusCollector;