Bartlomiej Plotka
Bartlomiej Plotka
Thanks for an amazing project! I actually wrote a blog post about `lazygit` recently (feedback welcome), just to share awareness in my circles: https://www.bwplotka.dev/2025/lazygit/ ### Is your feature request related...
We should log queries and preserve those optionally in tracing. This is to clearly figure out which query caused unexpected behavior or hit limit! Nice to have: middleware logging: https://github.com/grpc-ecosystem/go-grpc-middleware/pull/223...
As per https://cloud-native.slack.com/archives/C01AUBA4PFE/p1762272462094259?thread_ts=1762169496.875849&cid=C01AUBA4PFE there is a lot to understand when it comes to adding new dependencies to client_golang (any stable, highly adopted lib). Things to cover: * Vendoring vs new...
Fixes https://github.com/prometheus/OpenMetrics/issues/305 We can either merge this with TODOs before complex values/types or wait for complex type/values.
See `ops/gmpctl/README.md` and cl/840052660 for details. I removed release bot given `ops/gmpctl.sh release` is now trivial, @hsmatulis agreed.
Implements Step 2 from go/gmp:matchstuck This is blocked on https://github.com/GoogleCloudPlatform/prometheus/releases/tag/v2.53.5-gmp.1-rc.0 prod release.
Ensure this is part of our chart templating + preparing RC step. https://github.com/GoogleCloudPlatform/prometheus-engine/commit/e2cd07628f5bf3be5dc794ce8f4d4b9a206447ec#diff-6310bb1ec887ba29736ce70fa2bbe0d51c1f93a24c3044033d4d6ce7eb76c595
https://github.com/GoogleCloudPlatform/prometheus-engine/actions/runs/15923580406/job/44915771427?pr=1687 ``` go: downloading github.com/golang/snappy v0.0.4 === RUN TestAlertmanager main_test.go:78: >>> deploying static resources main_test.go:93: >>> waiting for operator to be deployed main_test.go:97: >>> waiting for operator to be ready...
Recently we have trouble customizing marshalling of 3rd party structs like: * Prometheus omitzero problem that cause us to copy structs which is hard to sustain https://github.com/GoogleCloudPlatform/prometheus-engine/pull/1555#issue-2955046159 * Alertmanager secret...
It's confusing but this kind of use will not work ``` .PHONY: fmt fmt: ## Format docs, ensure GitHub format. fmt: $(MDOX) @echo "Formatting markdown files..." $(MDOX) fmt --soft-wraps $(MD_FILES_TO_FORMAT)...