Gregory Petrosyan

Results 84 comments of Gregory Petrosyan

@matthchr take a look at #72, is it suitable for your use-cases?

We have plans to have a built-in URL shortener at some point. We already kind of do, with server-saved dashboards, but the interface is not optimized for the "just URL...

This would definitely be a good improvement! Until we found time to do this ourselves, patches are welcome!

> https://github.com/leeoniya/uPlot/blob/master/dist/uPlot.d.ts#L278 Yep, we want to try to make it obvious for all users that we support both modes, because now only the power-users are aware about the second behaviour...

Hey! Super unexpected but happy to see you here, we are huge uPlot fans, thanks a ton for such a great library. We'll eliminate all our customizations that can cause...

Another idea for speed-up: maybe first return partial data (based only on first part of data), and in the background load the full thing and send it after. Does `ch-go`...

Probably can have a single tscache variant for all merge-only data: uniques, percentiles, tag values.

Probably don't want to depend on Sentry: we already have a database where we can store everything we need.

As we only store an aggregate for cardinality estimation (think HyperLogLog) of unique values, but not the values themselves -- it is impossible to get back the values or any...