lua-resty-influx icon indicating copy to clipboard operation
lua-resty-influx copied to clipboard

OpenResty client for InfluxDB

Results 3 lua-resty-influx issues
Sort by recently updated
recently updated
newest added

Http influx retries implementation. Needed when server under some heavy load or influx restarting right now (eg: package update). Also can u please upload latest version of module to opm?...

Currently when calling `ibuf.buffer` method `ngx.now() * 1000` is used as stamp, would be nice to add an option to make us able to specify a different timestamp, maybe be...

Currently all inserts uses the default retention policy, a different retention policy can be specified on the HTTP protocol using the `&rp=` parameter, for example: ```sh curl -i -XPOST 'http://localhost:8086/write?db=mydb&rp=one_week'...