influxdb-ruby
influxdb-ruby copied to clipboard
Ruby client for InfluxDB
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...
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...
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?...
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...