Ilya Ibragimov
Ilya Ibragimov
Guys, any chance LPD will be available for this library?
First of all - yes, i read all the info from this repo and all the forums and guides i found. I'm trying to better understand, how to write functional...
@matryer, i use IoC container. It is possible to reset mock in client code, but it looks very clunky, because you have to cast you dependency to mock type first...
One thing is seems to work - apply another aggregation function on top of `max_over_time`, for example - max. Like this: `max(max_over_time(temperature{id="123"}))`. If metrics are just following one after another,...
Thank you for reply! Is there also a way to use aggr_over_time with this approach? I was using max_over_time, avg_over_time and min_over_time within aggr_over_time, but instead of 3 metrics it...
@valyala, already tried this. I get next error: `cannot execute query: expecting at least 2 args to "aggr_over_time"; got 1 args; expr: "aggr_over_time(temperature{id=\"123\"})"` for this query: `max(aggr_over_time(("max_over_time", "avg_over_time", "min_over_time"), temperature{id="123"}))`
@valyala, Could you please give an advice here?
For anyone, who will search for this - there is an option to send multiple queries per one HTTP call next way: ``` union( alias(max(max_over_time(temperature)), "max"), alias(avg(avg_over_time(temperature)), "avg"), alias(min(min_over_time(temperature)), "min"),...
Absolutely agreed with you here. And maybe application should not write logs in LTSV format, if it makes it complicated to parse. I think only values should be quoted. If...
@antarct I would advice you to start with disabling CPU turbo boost with Windows power plan settings. You will need first to make this setting visible through registry edit or...