Function k8s_e2e_tests::metrics::get_component_sent_events_total
source ยท pub async fn get_component_sent_events_total(
url: &str,
) -> Result<u64, Box<dyn Error>>
Expand description
This helper function performs an HTTP request to the specified URL and
extracts the sum of component_sent_events_total
-ish metrics across all labels.