Vladimir Smirnov

Results 286 comments of Vladimir Smirnov

I've tried to use your config from https://github.com/go-graphite/carbonapi/issues/646#issuecomment-907396570 (v2 version) but I cannot reproduce metrics duplication. However I've noticed an odd thing in your logs: ``` 2021-08-26T22:16:53.344Z DEBUG zipper got...

In current master I've added some metrics to debug log level. I hope it will help to better understand what's going on.

On the graph - it seems that it's for some reason shifted in time. Actual end of useful data is at 1:00. That's interesting. Which version of carbonapi are you...

Can you please have a look if the problem was there in 0.9.2?

can you try to find out if it's summarize or hitcount?

I'll try to have a look what's the problem with hitcount.

Hm, I'll try to have a look on packaging during the weekends or so, as there should be packages for stretch. Though new versions are merged with carbonapi and next...

any version of graphite-web should be compatible with 0.73, though it was tested with 0.9.12 and 1.1.3 only. 1. carbon-c-relay uses standard text protocol so any version should be compatible...

Protobuf doesn't have any special compression for doubles, so for each value you won't pass on a wire you'll save at least 65 bit of memory (Value + IsAbsent). On...