Crate netdata_plugin

Source

Modulesยง

collector
High-Level interface to run the data loop and setup Chart and Dimension info in an efficient manner.
(The Collector section includes an example.)

Structsยง

Begin
This Opens the Begin -> Set -> End data collection sequence.
Chart
This structure defines a new chart.
Dimension
Defines a new dimension for the Chart.
Set
Store the collected values.
Variable
Define and publish variables and constants.

Enumsยง

Algorithm
Interpretion of sequential values for a given Dimension.
ChartOption
Auxilary options available for Chart.
ChartType
The type of graphical rendering.
DimensionOption
Auxilary options available for Dimension.
Instruction
Command literals used for plugin communication.
Scope
Variables can claim validity for different scopes.

Functionsยง

options_to_textfield ๐Ÿ”’
A space delimited concatenation of all given options as string.
some_to_textfield ๐Ÿ”’
Text representation of a given optional field value or an empty string instead of None.
validate_id ๐Ÿ”’
A private function used for the validation of id entries.
validate_type_id ๐Ÿ”’
A private function used for the validation of type_id entries.