-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi, I'm new to collectd, so this might be completely wrong!
As far as I understand, collectd can submit collected data via MQTT for example. It does sovia the MQTT plugin, which serializes data into a value list.
So if I want to be able to read this data, I would need to parse this "value list" data structure into a rust type to be able to work with it conveniently. Is that right?
As far as I can see, this crate does not provide functionality for parsing value lists, only for building them. Would it be possible to add such functionality to this crate?
I understand if this is out of scope for this crate, of course!
Voronar
Metadata
Metadata
Assignees
Labels
No labels