netdata-plugin

Crates.ionetdata-plugin
lib.rsnetdata-plugin
version0.2.0
sourcesrc
created_at2022-04-25 12:37:14.428322
updated_at2022-04-25 12:37:14.428322
descriptionnetdata plugin helpers
homepage
repositoryhttps://gitlab.com/mash-graz/netdata-plugin
max_upload_size
id573831
size73,558
(mash-graz)

documentation

https://mash-graz.gitlab.io/netdata-plugin/netdata_plugin/

README

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

Commit count: 22

cargo fmt