BuckyServer icon indicating copy to clipboard operation
BuckyServer copied to clipboard

Node server that receives metric data over HTTP & forwards to your service of choice

Results 14 BuckyServer issues
Sort by recently updated
recently updated
newest added

Hi all, I can't seem to make it run on a Windows machine. My guess is that it was not contemplated. Am I right? Cheers Ricardo

Hello, I am running a CentOS 7 . When trying to run bucky-server i have the following error ``` /usr/lib/node_modules/bucky-server/node_modules/config/lib/config.js:949 throw new Error("Cannot parse config file: '" + fullFilename +...

Example ``` FROM node # a hack to fix: EXDEV: cross-device link not permitted, rename RUN cd $(npm root -g)/npm \ && npm install fs-extra \ && sed -i -e...

Currently, Bucky Server only supports single process. It should support Node cluster to have better performance on multiple core server.

UDP package length is 1472 bytes. This happened when using `send` API to send a batch of large metrics. This should be fixed on Lynx side, but their repository might...

I had previously set up Bucky Server and had everything configured correctly with Graphite and statsd, but had to rebuild the server (Ubuntu 15.10). Since the rebuild, I'm having trouble...

This request try to implement influxdb line protocol as described in https://docs.influxdata.com/influxdb/v0.10/write_protocols/write_syntax/.

BuckyServer currently provides no way to limit the number/volume of keys, enabling anyone on the internet to spam new keys which can make a mess of a statsd/Graphite server. Optionally...