[][src]Crate scaphandre

Extensible sensor and transmission agent of electrical power consumption metrics.

Modules

exporters
sensors

Functions

get_exporters_options

Returns options needed for each exporter as a HashMap. This function has to be updated to enable a new exporter.

run

Matches the sensor and exporter name and options requested from the command line and creates the appropriate instances. Launchs the standardized entrypoint of the choosen exporter: run() This function should be updated to take new exporters into account.