Krasimir Georgiev

Results 68 comments of Krasimir Georgiev

IIRC the idea is to replace it complitely with a golang cli using the golang client library. > Also, is there any special reason to use the name "codelab" for...

yes this would a good improvement and need some feedback from Prometheus users what metrics are useful and which aren't and yes having more info is always helpful. Just need...

I opened a PR that uses the request resolution to handle cases like this one. I am still working on the tests, but so far it is looking good https://github.com/thanos-io/thanos/pull/3010

update: resolution based dedup doesn't work with promql functions so reverted the PR. In our case adjusting the default look back delta solved the problem so it seems that the...

try adjusting the look-back delta - this should solve the problem.

I think would be best to link the contributing file to the official Prometheus one to avoid maintaining 2 files. > @krasi-georgiev are you the current (de-facto) maintainer? Harsh and...

Could you share some code here as a starting point and I will use it to see if it turns out to be working well or not