cube icon indicating copy to clipboard operation
cube copied to clipboard

Cube: A system for time series visualization.

Results 16 cube issues
Sort by recently updated
recently updated
newest added

This avoids the exception being caught and ignored, letting the process hang in an unusable state. This is particularly important when starting mongod, the cube collector and evaluator via [supervisord](supervisord.org)....

Hey folks, not sure if there's any interest, but figured I'd pass this along. Adds the ability to limit an expression by appending a filter expression to the end of...

This is useful to only listen on loopback. Syntax in your config would look like: "http-addr": "127.0.0.1" You can also specify a udp-addr now.

Tried to install cube but installation failed with this message ``` $ npm install npm ERR! 404 Not Found npm ERR! 404 npm ERR! 404 'websocket-server' is not in the...

Now using the 'ws' module. This module could also replace 'websocket' as well, but I won't bother with that for now. Removed http 'upgrade' listener as it seems it is...