You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for counter metric with external supplied value (#7894)
* Add support for counter metric with external supplied value
Signed-off-by: Fabio Di Fabio <[email protected]>
* Update CHANGELOG
Signed-off-by: Fabio Di Fabio <[email protected]>
---------
Signed-off-by: Fabio Di Fabio <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Changelog
2
2
3
3
## [Unreleased]
4
-
- Added isLabelsObserved to LabelledGauge in plugin-api. Default implementation returns false.
5
4
6
5
### Breaking Changes
7
6
- Removed Retesteth rpc service and commands [#7833](https://github.com/hyperledger/besu/pull/7783)
8
7
9
8
### Upcoming Breaking Changes
9
+
-`MetricSystem::createLabelledGauge` is deprecated and will be removed in a future release, replace it with `MetricSystem::createLabelledSuppliedGauge`
10
10
11
11
### Additions and Improvements
12
12
- Fine tune already seen txs tracker when a tx is removed from the pool [#7755](https://github.com/hyperledger/besu/pull/7755)
@@ -16,6 +16,7 @@
16
16
- Add a method to get all the transaction in the pool, to the `TransactionPoolService`, to easily access the transaction pool content from plugins [#7813](https://github.com/hyperledger/besu/pull/7813)
17
17
- Add a method to check if a metric category is enabled to the plugin API [#7832](https://github.com/hyperledger/besu/pull/7832)
18
18
- Add account and state overrides to `eth_call` and `eth_estimateGas`[#7801](https://github.com/hyperledger/besu/pull/7801)
19
+
- Add a new metric collector for counters which get their value from suppliers [#7894](https://github.com/hyperledger/besu/pull/7894)
19
20
20
21
### Bug fixes
21
22
- Fix registering new metric categories from plugins [#7825](https://github.com/hyperledger/besu/pull/7825)
0 commit comments