Function cernan::source::report_full_telemetry [] [src]

pub fn report_full_telemetry(
    name: &str,
    value: f64,
    metadata: Option<Vec<(&str, &str)>>
)

Push telemetry into the Internal queue

Given a name, value, possible aggregation and possible metadata construct a Telemetry with said aggregation and push into Internal's queue. This queue will then be drained into operator configured forwards.