influxdb-ruby icon indicating copy to clipboard operation
influxdb-ruby copied to clipboard

Ruby client for InfluxDB

Results 14 influxdb-ruby issues
Sort by recently updated
recently updated
newest added

The released versions of this gem do not support HTTP persistent connections. This causes performance issues due to connection creation overhead and makes writing to the InfluxDB database fail if...

enhancement

Hello 🙂 I think that, for any serious application instrumentation, millisecond precision is necessary. It is a good middle ground between second (too big) and nanosecond (too small) precisions. Making...

enhancement
feature-request
help-wanted

With InfluxDB 1.0 on the horizon, I'd like to push this forward, too. There are a few construction sites and ideas, I'd like to clear beforehand: ### Ruby 1.9 support?...

enhancement
need-feedback

It would be nice to have non-raising methods on `Client`, like `delete_database` or `create_database_user`. In my project I'm automating this (creating databases and users on the fly) and the management...

feature-request