build(deps): Bump github.com/prometheus/client_golang from 1.11.0 to 1.13.1#82
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.13.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Dependabot tried to add |
Author
|
The following labels could not be found: |
Author
|
Superseded by #84. |
firelizzard18
pushed a commit
that referenced
this pull request
Feb 1, 2024
📖 [Rendered](https://github.com/cometbft/cometbft/blob/thane/adr-082-data-companion-api/docs/architecture/adr-100-data-companion-push-api.md) Original PR: tendermint#9437 Since then, I've considered another alternative design to this: a data companion _pull_ API, inspired by tendermint#9437 (comment) - see #82. --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and code comments, or no documentation updates needed
firelizzard18
pushed a commit
that referenced
this pull request
Feb 1, 2024
* Start first draft of ADR-084 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add initial gRPC API Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expand on pull API service definitions, requirements Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add metric Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add positive consequence re: greater leeway for companion Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add positive consequence re: simpler implementation Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add max_retain_lag config option Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expand on pruning-related behaviour and requirements Signed-off-by: Thane Thomson <connect@thanethomson.com> * Renumber ADR from 084 to 101 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Apply suggestions from code review Co-authored-by: Adi Seredinschi <adizere@gmail.com> Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com> * Replace Tendermint references with CometBFT Signed-off-by: Thane Thomson <connect@thanethomson.com> * Compress context, alternatives and requirements Signed-off-by: Thane Thomson <connect@thanethomson.com> * Address majority of remaining feedback Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update ADR from review feedback Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update ADR-100 links since it was merged Signed-off-by: Thane Thomson <connect@thanethomson.com> * Mark ADR as accepted Signed-off-by: Thane Thomson <connect@thanethomson.com> * Simplify method and message names Signed-off-by: Thane Thomson <connect@thanethomson.com> * Rename "sensitive" gRPC config section to "privileged" Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update metrics to reflect both block and block results independently Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update pruning behaviour and configuration Signed-off-by: Thane Thomson <connect@thanethomson.com> * Fix syntax in ADR 101 Pruning service Add semicolons after each method definition. * Remove config comment that is no longer relevant Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expand metrics based on feedback Signed-off-by: Thane Thomson <connect@thanethomson.com> * Apply suggestions from @cason Co-authored-by: Daniel <daniel.cason@informal.systems> * Added indexer prunning section * Fixed layout * Added link to docs of implementation * Minor fix --------- Signed-off-by: Thane Thomson <connect@thanethomson.com> Co-authored-by: Adi Seredinschi <adizere@gmail.com> Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com> Co-authored-by: Mikhail Zabaluev <mikhail@informal.systems> Co-authored-by: Daniel <daniel.cason@informal.systems>
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.
Bumps github.com/prometheus/client_golang from 1.11.0 to 1.13.1.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
53e51c4Merge pull request #1157 from prometheus/cut-1.13.179ca0ebAdded tip from Björn + Grammarly.078f11fCut 1.13.1 release (+ documenting release process).ddd7f0eFix race condition with Exemplar in Counter (#1146)1f93f64FixCumulativeCountvalue of+Infbucket created from exemplar (#1148)8cc2b6cFix double-counting bug in promhttp.InstrumentRoundTripperCounter (#1118)64435fcCut 1.13.0 (#1110)5b7e8b2collectors.GoCollector: Added rule support for granular metric configuration....d44fbbeFix build against GopherJS (#897)1638da9testutil: Add ScrapeAndCompare (#1043)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)