cube-dashboard icon indicating copy to clipboard operation
cube-dashboard copied to clipboard

Add support for extent param in config.

Open faulkner opened this issue 12 years ago • 0 comments

The extent param is useful in cases where Cubism doesn't get the auto-scaling right.

Example usage: { "title": "Swap %", "expression": "100*sum(collectd(swap).eq(type,'used'))/sum(collectd(swap).in(type,['used','free']))", "extent": [0,100] }

If the extent param is omitted then it will fall back to auto-scaling.

faulkner avatar Jun 11 '12 21:06 faulkner