Gregory Petrosyan

Results 84 comments of Gregory Petrosyan

So for `P`-th percentile, `(1 - P) / 100 * count`? Should be quite easy to do with PromQL #111.

> Is PromQL support coming soon? #267 is already merged, but we haven't tested it heavily, and there is no UI support yet. > If it's about to implement it...

Thanks for the suggestion, an interesting benchmark. Maybe one day we'll find time to run it or similar one, but to be honest I don't see a lot of value....

Hi, thanks for the feedback! Right now watchdogs is a separate project (developed by a different team) that uses the statshouse API. It may or may not be open sourced,...

I am 99% sure this issue is just a result of us not configuring gnuplot to match the uPlot behavior. We use gnuplot for server side plot rendering, and up...

```json { "data": { "series": { "time": [ 1661670000, 1661673600, 1661677200, 1661680800, 1661684400, 1661688000, 1661691600, 1661695200, 1661698800, 1661702400, 1661706000, 1661709600, 1661713200, 1661716800, 1661720400, 1661724000, 1661727600, 1661731200, 1661734800, 1661738400, 1661742000, 1661745600,...

Why is it suggested that `Test 3` is harder than `Test 1`, aren't they almost exactly the same?

Rapid heavily biases all containers it generates (including strings) towards small sizes. This improves the number of corner cases typical test can explore and speeds up testing a lot, so...

Thanks for detailed write-up! Technically, `repeat` size in rapid should be geometrically distributed (unless there is a bug in the implementation), so there should be possibility of getting an arbitrary...