Fabian Groffen

Results 267 comments of Fabian Groffen

I actually think that's a good idea. I also throught about it some more and think the `stop` keyword on aggregations and calculations would make sense for those scenarios where...

while implementing this: values 1:10 2:11 3:13 4:14 5:16 6:17 interval 3s, would yield (13 - 10) / (3 - 1) = 1.5 and (17 - 14) / (6 -...

I need to think of how I can get the same entry in two buckets in a sane way, or make the operation work on buckets instead of values.

Note to self and others: the feature branch was merged with master, but doesn't allow solving this particular issue. Perhaps the easier way to do this would be to add...

Hmmm, as far as I remember carbonserver doesn't talk pickle, it only talks json and a protobuf protocol that only carbonserver, carbonzipper and carbonapi talk.

oh, I see, thanks for clarifying my code ;) So what does graphite-web complain about? IIRC treejson is different from json, it may be that a recent release of graphite-web...

@Civil would it be useful to give you push rights to this repo?

or better: deprecate this project as soon as go-carbon is ok enough for you?

yup, and go-carbon seems to me the way to go ;)

with regexps in place, why you'd need symlinks?