teampizza / backpack

_you_ got your back
GNU Affero General Public License v3.0
5 stars 1 forks source link

implement backend field manifest #27

Open ghost opened 9 years ago

ghost commented 9 years ago

Right now the node-pcap parser just dumps the whole packet and headers into the netdata DB. This is kinda wasteful.

On startup, (Modeler?) should parse the installed model folders for, say, a manifest.json file that gives the required backends and fields from the model spec, merge them into a big tree, and pass that to Parser. (This will need updating the spec too.)

Then Parser slurps it up and includes every field it recognizes.