Bartlomiej Plotka
Bartlomiej Plotka
During community hours we talked about this and indeed there is opportunity to either: * Cache * Singleflight (easier) between series (even with different matches) But also worth to mention...
I believe there might be a better way: Go 1.6 has a native solution for this: https://golangtutorial.dev/tips/embed-files-in-go/ `go:embed` WDYT? 🤗
cc @pracucci @GiedriusS (:
Definitely, let's investigate. Help wanted.
Hi, It looks like some TCP connection reset. Can be through GRPC client connections or some proxy you use in between the client and server. I remember we had someone...
Additionally, did you check if server was not restarting at the moment of those queries? E.g. OOMs?
Friendly ping (:
Proposed solution: * As we clearly have problem mostly in our tests and only around tooling (injecting block), I would propose adding another TSDB dependency pinned to version used by...
Agree, but controlling with what version of Prometheus to run ALL tests might be not enough as some tests requires some versions by design.. But we could skip tests that...
We still need that ^^ (: