-
Notifications
You must be signed in to change notification settings - Fork 303
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Docs PR Consensys/doc.teku#624 |
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
… the same metrics system Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
.circleci/config.yml
Outdated
@@ -372,7 +372,7 @@ jobs: | |||
at: ~/project | |||
- run: | |||
name: AcceptanceTests | |||
no_output_timeout: 20m | |||
no_output_timeout: 30m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this increase or was it part of your testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, I changed the value when I was testing and forgot to roll it back
Signed-off-by: Gabriel Fukushima <[email protected]>
…metheus-upgrade-1.x
PR Description
This PR upgrades the prometheus followed by the upgrade done by besu (on main branch).
It replaces the deprecated method
MetricSystem::createLabelledGauge
byMetricSystem::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
doc-change-required
label to this PR if updates are required.Changelog