Bartlomiej Plotka
Bartlomiej Plotka
AC: * We can enrich tracing in a generic way.
Version: `9583e5a6448f97c6294dca72dd1d173e28f8d4a4` Output: ``` make tarballs-release >> Publishing tarballs /go/bin/promu-9583e5a6448f97c6294dca72dd1d173e28f8d4a4 crossbuild -v tarballs Using config file: .promu.yml Running command: crossbuild [-v tarballs] >> building release tarballs + cp -a .build/darwin-amd64/thanos...
It would be nice to parameterize promu to use different golang builder image, plus make you we push golang builder to dockerhub as well here: https://github.com/prometheus/promu/blob/d629dfcdec49387b42164f3fe6dad353f922557e/cmd/crossbuild.go#L32 Rationales: quay.io is down...
Just for awareness--there might be bug in stack trace ordering in flame graph. For example, see the `bytes.Split` at the bottom. It comes before `sum.Sum` which is wrong:  It's...
Sounds like Parca does not like goroutine profiles that might be generated wrongly (sample without location id): ``` 23:06:29 parca: level=error name=parca ts=2022-08-04T21:06:29.989653031Z caller=scrape.go:500 scrape_pool=labeler target=http://labeler-labeler:8080/debug/pprof/goroutine msg="WriteRaw failed for scraped...
Fixed https://github.com/kubernetes/kubernetes/pull/107960 PR. As in the previous PR, the vendor is 80% of this PR. Life is hard 🙃 Most of the work was done by @ehashman /cc @ehashman @dgrisonnet...
Hello :wave: Thanks for this awesome tool! We can't wait to use it for our future consistent presentations :muscle: ### Problem There is one important missing feature in Googe slides...
Thanks for this amazing project! [We are looking for some good solution for changelog management](https://twitter.com/bwplotka/status/1365351365850071045) and I accidentally found `git-chglog` and it looks like what we need in Thanos: https://github.com/thanos-io/thanos/issues/3320...
I plan to give a formal proposal + PoC, but starting an issue to cover the idea to solve the problem we have on the Querier fanout side which creates...