Owen Diehl

Results 12 comments of Owen Diehl

@flokli Thanks for all the digging (and nixpkgs work detailing your intermediate workarounds that led me here). Much

- [ ] Multiple object store configurations of the same type (s3, gcs, etc) to enable migrating from one bucket to another within the same provider. - [ ] Remove...

I think the original histogram doc was largely to enable `quantile_over_time`. For example, the p99 per user could look something like: ``` quantile_over_time(0.99, {cluster="ops-tools1",container="ingress-nginx"} | json | __error__ = ""...

Keepalive at least until we can get some more feedback during bug scrub

Could this look like ``` buckets_over_time([, , ], {} [10m] ) ``` Any chance you'd like to try and implement this feature? I could work you through it, but alternatively...

I like this idea a lot @Abuelodelanada and the writeup is excellent. Were you thinking of implementing this yourself?

> Even with these changes, if the size of your data is growing quickly enough, Loki may not be able to process deletes fast enough to keep your disk from...

@liguozhong thanks for your understanding. If you're experiencing slow queries on short intervals of data, 6h as you say, but this is split across many log streams, you can try...

I'm not sure if this will be straightforward to implement. We currently sequence a set of middlewares in the query frontend, of which a caching middleware is one. This makes...