pub fn add_multiple_to_commit( commit: &str, measurement: &str, values: &[f64], key_values: &[(String, String)], ) -> Result<()>