table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::JSON_ADD_A(3stap) | JSON Tapset | FUNCTION::JSON_ADD_A(3stap) |
NAME¶
function::json_add_array_numeric_metric - Add a numeric metric to an arraySYNOPSIS¶
json_add_array_numeric_metric:long(array_name:string,metric_name:string,metric_description:string,metric_units:string)
ARGUMENTS¶
array_nameThe name of the array the numeric metric should be added
to.
metric_name
The name of the numeric metric.
metric_description
Metric description. An empty string can be used.
metric_units
Metic units. An empty string can be used.
DESCRIPTION¶
This function adds a numeric metric to an array, setting up everything needed.SEE ALSO0¶
tapset::json(3stap)November 2020 | SystemTap Tapset Reference |