Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus metrics library upgrade #8877

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gfukushima
Copy link
Contributor

@gfukushima gfukushima commented Dec 3, 2024

PR Description

This PR upgrades the prometheus followed by the upgrade done by besu (on main branch).
It replaces the deprecated method MetricSystem::createLabelledGauge by MetricSystem::createLabelledSuppliedGauge. Uses the definition of histogram created in the besu plugin and fixes tests. Since this introduces breaking changes and it depends on a release of the new metrics version of the besu plugin we might want to hold this PR until the next besu release comes out.

Fixed Issue(s)

Fixes https://github.com/Consensys/teku-internal/issues/168

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
@gfukushima gfukushima added the doc-change-required Indicates an issue or PR that requires doc to be updated label Dec 3, 2024
@gfukushima
Copy link
Contributor Author

Docs PR Consensys/doc.teku#624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-change-required Indicates an issue or PR that requires doc to be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant