Karsten Jeschkies
Karsten Jeschkies
@clouedoc does it mean you've exported the logs to Postgres?
> That being said, it would've been helpful to export Loki logs to PostgreSQL. I don't know what the idiomatic way to do this is. There is none. However, I'm...
How large is your data? 2 minutes for an expensive query is not too much. I think setting the right time outs would help.
> actually it is not too large. That depends. For the histogram it could be. How are you running Loki? Could create a profile via `go tool pprof "http:///debug/pprof/profile"`
Hm, this is interesting. In a microservice setup you'd have a query frontend, a scheduler and querier. When a query is received by the query frontend it sends it on...
> and the scheduler should be disabled by default. Yes
I think this relates to @owen-d's work on TSDB that allows better query planning.
There are jsonnet formatting and linting tools. However, they require go. How should I integrate them? Also, should I provide an example service?
Won't do
I came across the same issue even without `nullable`. It does work somewhere else.