Jerry Cheng

Results 3 comments of Jerry Cheng

I used the following command to write a new entry into `cpu` table in `foo` `curl -v "http://127.0.0.1:8181/api/v3/write_lp?db=foo" --data-binary "cpu,host=a val=1i 123"` The logs indicate that the data has been...

It works, thanks @mgattozzi. Also apologize for my inappropriate behavior.

After using `strip = "symbols"` and `codegen-units = 1` The binary size is about 81M That helps me a lot, thank you @alamb