fix(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.3.0 (main) - #18596
Merged
renovate[bot] merged 1 commit intoJul 26, 2025
Merged
Conversation
renovate
Bot
deleted the
deps-update/main-github.comtwmbfranz-gopluginkprom
branch
July 26, 2025 00:23
gotjosh
added a commit
that referenced
this pull request
Aug 9, 2025
With #18596, we upgraded kprom to a version that contains a breaking change. The library now introduces a metric `{ns}_buffered_produce_bytes_total` which is already defined as part of both Mimir and adaptime metrics. Rolling forward in Mimir is more complicated than rolling backwards here in Loki as I can see there are no dashboard or alerts using this metric so I propose to do that. I'll also need to tell renovate to skip this version afterward Signed-off-by: gotjosh <josue.abreu@gmail.com>
6 tasks
This was referenced Nov 3, 2025
felix0102
pushed a commit
to felix0102/loki
that referenced
this pull request
Aug 2, 2026
…3.0 (main) (grafana#18596) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
v1.2.1->v1.3.0Release Notes
twmb/franz-go (github.com/twmb/franz-go/plugin/kprom)
v1.3.0Compare Source
===
This release contains three new features, a few behavior changes, and one minor
bugfix.
For features, you can now adjust fetched offsets before they are used (thanks
@michaelwilner!), you can now "ping" your cluster to see if the client can
connect at all, and you can now use
SetOffsetswhen consuming partitionsmanually. As a somewhat of a feature-ish, producing no longer requires a
context, instead if a context is nil,
context.Backgroundis used (this wasadded to allow more laziness when writing small unimportant files).
The transactional behavior change is important: the documentation changes are
worth reading, and it is worth using a 2.5+ cluster along with the
RequireStableFetchOffsetsoption if possible. The metadata leader epochrewinding behavior change allows the client to continue in the event of odd
cluster issues.
In kadm, we now return individual per-partition errors if partitions are not
included in OffsetCommit responses. The generated code now has a few more enums
(thanks @weeco!)
Lastly, as a small bugfix,
client.Close()did not properly stop seed brokers.A previous commit split seed brokers and non-seed brokers internally into two
fields but did not add broker shutdown on the now-split seed broker field.
e0b520cbehavior change kadm: set per-partition errors on missing offsets in CommitOffsets32425dffeature client: add Ping methoda059901behavior change txns: sleep 200ms on commit, preventing rebalance / new commit12eaa1ebehavior change metadata: allow leader epoch rewinds after 5 tries029e655feature-ish Produce{,Sync}: default to context.Background if no ctx is providedeb2cec3bugfix client: stop seed brokers on client.Close2eae20dfeature consumer: allow SetOffsets for direct partition consumingConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.