risingwave_common::telemetry

Function post_telemetry_report_pb

source
pub async fn post_telemetry_report_pb(
    url: &str,
    report_body: Vec<u8>,
) -> Result<(), String>
Expand description

Sends a POST request of the telemetry reporting to a URL.