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

[feature request] Support for different retention policy

Open edubart opened this issue 5 years ago • 1 comments

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:

curl -i -XPOST 'http://localhost:8086/write?db=mydb&rp=one_week' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'

edubart avatar Jul 27 '18 18:07 edubart

Hi, sorry for the incredibly delayed response. I don't think I'll have time to work on this in the future, but patches are definitely welcome!

p0pr0ck5 avatar May 06 '19 18:05 p0pr0ck5