-
Notifications
You must be signed in to change notification settings - Fork 840
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
Migrate to Prometheus lib 1.x #7880
base: main
Are you sure you want to change the base?
Commits on Nov 19, 2024
-
Consolidate all metric collectors into the metrics system
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e7db5f - Browse repository at this point
Copy the full SHA 0e7db5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 695a53a - Browse repository at this point
Copy the full SHA 695a53aView commit details -
Do not recreate the Prometheus metric system
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5095e68 - Browse repository at this point
Copy the full SHA 5095e68View commit details -
Bump opentelemetry dependencies
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4d09ae - Browse repository at this point
Copy the full SHA a4d09aeView commit details -
Upgrade to Promethus java client 1.x and adapt the code to the new ve…
…rsion Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7d8131 - Browse repository at this point
Copy the full SHA a7d8131View commit details -
Upgrade Promethus lib to 1.x and adapt the code to the new version
Signed-off-by: Fabio Di Fabio <[email protected]> # Conflicts: # metrics/core/build.gradle # metrics/core/src/main/java/org/hyperledger/besu/metrics/noop/NoOpMetricsSystem.java # metrics/core/src/main/java/org/hyperledger/besu/metrics/opentelemetry/OpenTelemetrySystem.java # metrics/core/src/main/java/org/hyperledger/besu/metrics/prometheus/PrometheusMetricsSystem.java # metrics/rocksdb/src/main/java/org/hyperledger/besu/metrics/rocksdb/RocksDBStats.java # plugin-api/build.gradle # plugin-api/src/main/java/org/hyperledger/besu/plugin/services/MetricsSystem.java
Configuration menu - View commit details
-
Copy full SHA for 43770b4 - Browse repository at this point
Copy the full SHA 43770b4View commit details -
Merge branch 'main' into upgrade-prometheus-1.x
# Conflicts: # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/chain/DefaultBlockchain.java # metrics/core/build.gradle # metrics/core/src/main/java/org/hyperledger/besu/metrics/prometheus/PrometheusMetricsSystem.java
Configuration menu - View commit details
-
Copy full SHA for ea3b2e3 - Browse repository at this point
Copy the full SHA ea3b2e3View commit details
Commits on Nov 20, 2024
-
Add support for counter metric with external supplied value
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8ffff4 - Browse repository at this point
Copy the full SHA d8ffff4View commit details -
Merge branch 'labelled-supplied-metric' into upgrade-prometheus-1.x
# Conflicts: # CHANGELOG.md # metrics/core/src/main/java/org/hyperledger/besu/metrics/prometheus/PrometheusMetricsSystem.java # metrics/core/src/main/java/org/hyperledger/besu/metrics/prometheus/PrometheusSuppliedValueCollector.java
Configuration menu - View commit details
-
Copy full SHA for 70b767c - Browse repository at this point
Copy the full SHA 70b767cView commit details -
Merge branch 'main' into upgrade-prometheus-1.x
# Conflicts: # CHANGELOG.md # metrics/core/src/main/java/org/hyperledger/besu/metrics/prometheus/PrometheusMetricsSystem.java # metrics/core/src/main/java/org/hyperledger/besu/metrics/prometheus/PrometheusSuppliedValueCollector.java
Configuration menu - View commit details
-
Copy full SHA for 1610025 - Browse repository at this point
Copy the full SHA 1610025View commit details
Commits on Nov 21, 2024
-
Merge branch 'main' into upgrade-prometheus-1.x
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 7281076 - Browse repository at this point
Copy the full SHA 7281076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0405e2c - Browse repository at this point
Copy the full SHA 0405e2cView commit details -
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 539dc5d - Browse repository at this point
Copy the full SHA 539dc5dView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a577d2 - Browse repository at this point
Copy the full SHA 5a577d2View commit details -
Create a unique key for cached metric maps
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6c79cc - Browse repository at this point
Copy the full SHA f6c79ccView commit details -
Correct other counters that were created as gauges
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f343ce5 - Browse repository at this point
Copy the full SHA f343ce5View commit details -
Rename ExtranalSummary to SuppliedSummary for consistency
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 306a140 - Browse repository at this point
Copy the full SHA 306a140View commit details