JaderDias
JaderDias
@nnuss you're right, I forgot about this. I think I was expecting carbonapi to return highestCurrent(metrics, 1). Maybe we can solve this issue by making "1" the default value for...
I don't see why being a filter is a problem. I think it's a good thing when the expression doesn't modify its values.
Instead of the solution in the removeBetweenEpochs branch, I'm now pursuing a different solution that splits the file expr/expr.go into two files "expr.go" and "parser.go". The first will only contain...
@Civil I didn't know what it was either, but I followed the links and got a nice page https://godoc.org/github.com/dgryski/go-lttb
Maybe "abuse" isn't the right word for this bug report. We have a class of graphs for our alerts and yStep=1 makes sense for the 20% most important of them,...
If you're using the legacy config githubToken, you need to have options version = 1 or 2 https://github.com/eduardoboucas/staticman/blob/master/lib/GitHub.js#L21
Imagine you have 4 metrics ``` a.b 0,1 a.c 2,0 d.e 0,0 d.f 1,1 ``` ``` groupByNodes(*.*, 'max', 1) groupByNodes(a.*, 'max', 1) 2,1 groupByNodes(b.*, 'max', 1) 1,1 ``` but what...
@nnuss you're right, fixed my previous comment
I just tested it again for the first time since 2017 and it seems that it works. I didn't check the exact numbers it provided, but it accepted the 'highestCurrent'...