Commit 1146460
feat: database metrics (#379)
* feat: update retry mechanism using tower::Service
* feat: add retry metrics
* fix: lints
* feat: hide abstractions and use concrete type
* chore: cleaning docs + test-utils
* fix: benchmark
* fix: switch to walltime mode
* feat: answer comments
* fix: revert codspeed
* feat: get_n_l2_block_data_hint
* fix:get_n_l2_block_data_hint sql query
* feat: database metrics
* fix: incorrect function call
* fix: tests
* fix: doc lints
* feat: add update_skipped_l1_messages
---------
Co-authored-by: frisitano <[email protected]>1 parent 24582e4 commit 1146460
File tree
6 files changed
+361
-101
lines changed- crates
- chain-orchestrator
- database/db
- src
6 files changed
+361
-101
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments