chore(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.4.0 (main) - #7491
Closed
tempo-ci-app[bot] wants to merge 2 commits into
Closed
tempo-ci-app[bot] wants to merge 2 commits into
tempo-ci-app[bot] wants to merge 2 commits into
Conversation
| datasource | package | from | to | | ---------- | ------------------------------------- | ------ | ------ | | go | github.com/twmb/franz-go/plugin/kprom | v1.2.1 | v1.4.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
…m v1.4.0 collision
tempo-ci-app
Bot
requested review from
carles-grafana,
electron0zero,
ie-pham,
javiermolinar,
knylander-grafana,
mapno,
mattdurham,
mdisibio,
oleg-kozlyuk-grafana,
ruslan-mikhailov,
stoewer,
yvrhdn,
zalegrala and
zhxiaogg
as code owners
June 16, 2026 14:11
1 task
Contributor
|
Expand for findings |
Contributor
|
This PR has been automatically marked as stale because it has not had any activity in the past 60 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Automated CI fix for #7384, which Renovate can't self-resolve. This branch is that PR's head plus the fix; merging it lands the dependency update with CI green.
kprom v1.4.0 added a new GaugeFunc
buffered_produce_bytesthat collides with tempo's existing Summary of the same name once thetempo_distributor_registerer prefix is applied, causing the distributor to panic during startup in unit and all e2e tests. Renamed the tempo Summary tobuffered_produce_bytes_summary(the kprom GaugeFunc now exposestempo_distributor_buffered_produce_bytes) and added a chloggen entry;go build ./...andgo test ./pkg/ingest/... ./modules/distributor/...both pass locally.Which issue(s) this PR fixes:
Supersedes #7384
Checklist
.chloggen/(runmake chlog-new, ormake chlog-new FILENAME=<name>to override the default branch-name file; see.chloggen/README.md)