go-graphite / carbon-clickhouse

Graphite metrics receiver with ClickHouse as storage
MIT License
186 stars 47 forks source link

Refactor uploader #95

Closed msaf1980 closed 3 years ago

msaf1980 commented 3 years ago

1) Reduce allocations for index/tags parse 2) Switch from urlParse for tagsParse for extract tags (better perfomance) 3) Fix double write when daily index enabled (for index) 4) Extend statistic (use struct instead of number metrics may be add more complex metrics like cache hits/miss)

msaf1980 commented 3 years ago

Have some problem - large delay of point insert