Function server_forge::monitoring::install_prometheus_from_source
source · pub fn install_prometheus_from_source() -> Result<(), Box<dyn Error>>
Expand description
Installs Prometheus from source.
This function is used for systems where Prometheus is not available through the package manager (e.g., CentOS, Fedora).
§Errors
Returns an error if any step of the source installation process fails.