Closed at15 closed 7 years ago
There is a problem for decoding value, the value could be integer/double. The current solution is, specify the data type when load the data, one data file can only have integer or double, not both.
as for exp backoff, besides influx comparison, there is another example https://github.com/rdegges/go-ipify
similar to backoff, saw a Circuit Breaker Pattern and an implementation https://github.com/sony/gobreaker
Related #1 #9
Generated data is stored to disk and need to be inserted into TSDB
NOTE: the generated data is independent of specify tsdb and is serialized using protobuf. So it need to be transformed before inserted into TSDB
On the fly transform
Pre transform
However when it comes to implementation these two have little different