metrics percentiles#
carbonio metrics percentiles _set|get|empty_ [param VALUE[,VALUE]]
Parameter List
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
---|---|---|---|
command (M) |
String |
set|get|empty |
|
attribute (O) |
String |
||
value (O) |
String |
(M) == mandatory parameter, (O) == optional parameter
Usage example
carbonio metrics percentiles
Get the current percentiles values
Usage example
carbonio metrics percentiles 0.95,0.97,0.99
Set the percentiles to 0.95,0.97 and 0.99, every percentile consume up to few megabytes of memory
Warning
this command is deprecated
use instead:
carbonio config get global {attribute}
carbonio config set global {attribute} {value}
carbonio config unset global {attribute}