//! RelayRL Prometheus Metrics Exporter
//!
//! This module provides Prometheus integration for the RelayRL metrics system,
//! enabling export of metrics to Prometheus monitoring infrastructure.
use ;
/// Initialize the Prometheus exporter with default settings
///
/// This function starts a web server on the configured host and port
/// to expose metrics in Prometheus format.
/// Return the current metrics in Prometheus text format
///
/// # Returns
///
/// * `String` - The metrics in Prometheus text format