add

Function add 

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