pub fn encode_stats_payload_msgpack(
payload: &StatsPayload,
) -> Result<Vec<u8>, Error>Expand description
Serialize a pb::StatsPayload as msgpack (with named fields), matching the
encoding accepted by the /api/v0.2/stats intake.
pub fn encode_stats_payload_msgpack(
payload: &StatsPayload,
) -> Result<Vec<u8>, Error>Serialize a pb::StatsPayload as msgpack (with named fields), matching the
encoding accepted by the /api/v0.2/stats intake.