pub fn try_install_prometheus_recorder_with_builder(
builder: PrometheusBuilder,
) -> Result<&'static PrometheusRecorder, Report>Expand description
Installs the Prometheus recorder with a custom builder.
Returns an error if a recorder has already been installed.