pub async fn get_metrics(
configuration: &Configuration,
) -> Result<String, Error<GetMetricsError>>
Expand description
This route allows you to view the number of items in each queue in the Prometheus format.
pub async fn get_metrics(
configuration: &Configuration,
) -> Result<String, Error<GetMetricsError>>
This route allows you to view the number of items in each queue in the Prometheus format.