//! Otelite Dashboard - Lightweight web UI for OpenTelemetry visualization
//!
//! This crate provides a web-based dashboard for viewing logs, traces, and metrics
//! collected by Otelite. The dashboard is designed to be lightweight, fast, and
//! embedded within the main Otelite binary.
pub use DashboardConfig;
pub use DashboardServer;
/// Dashboard version
pub const VERSION: &str = env!;