1 unstable release
0.2.0 | Apr 25, 2022 |
---|
#395 in Visualization
21 downloads per month
39KB
779 lines
Helpers to develop netdata plugins in rust
and webassembly
This crate contains two different levels of access to the netdata plugin communication API:
-
Low-Level Routines to construct, format and output the raw netdata commands (
CHART, DIMENSION, BEGIN, SET, END...
) -
and the
Collector
-interface, which[hopefully] simplifies the required control flow handling of netdata plugins and their realization in rust and webassembly.
For more infomation: generated documentation
Dependencies
~5.5–8MB
~162K SLoC