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.