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