Commit b74ef4f
authored
cherry-pick PR #1511 from `develop`
## 🔄 Changes Summary
- This PR exposes metrics for the validator component by adding a call
to `metrics.Register()` in the `AggsenderValidator.Start()` method,
ensuring that validator-related Prometheus metrics (error counts,
invalid signatures, validation time) are properly registered when the
validator service starts.
## 🐞 Issues
- Closes #1510
## 🔗 Related PRs
- #1511
1 parent 9833b22 commit b74ef4f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments