pub async fn initialize_metrics(
metrics_prefix: String,
) -> Result<FilterHandle, GenericError>
Expand description
Initializes the metrics subsystem with the given metrics prefix.
ยงErrors
If a global recorder was already installed, an error will be returned.