cernan 0.9.0

A telemetry and logging aggregation server.
Documentation
1
2
3
4
5
6
7
8
9
function process_metric(pyld)
end

function process_log(pyld)
   payload.log_set_value(pyld, 1, "foo")
end

function tick(pyld)
end