Mariano A. Nicolini
|
b12939db47
|
feat: add stagedsync headers metrics (#498)
* add dockerfile for reth
* Add docker compose for prometheus
* Add some metrics
* Add p2p connection errors metric
* Add dependency caching for dockerfile
This reduces image build times by ~50% after the first one.
Uses cargo-chef inside the image.
More info in: https://morioh.com/p/987a2bda4526
* Add --metrics flag to docker-compose config file
* add Cargo.lock
* Move docker-compose.yml to docker directory
* Apply formatting
* Remove docker folder
* Remove .dockerignore file
* Add 'reth' prefix to metric names
* Add headers errors and request time metrics
* Modularize metrics exporter functionality and describe metrics
* Format files
* Add metrics documentation in metrics.md
* Fix metrics doc title
* Commit changes after rebase
* Solve conflict
* Modularize metrics describers
* Add stages_metrics_describer
* Rearrange header error metrics
* Add update_headers_metrics function
* Add one-line docs to describers
* Remove commented line
* Refactor metrics describer
* Update metrics doc
* Fix import
* Add header metrics struct
* add new metrics format in the headers execute method
* Add default implementation for HeaderMetrics
* Fix typo
* Fix another typo
* Fix more typos
* Move new HeaderMetrics meathod to default
* Solve conflicts
* Fix test
Co-authored-by: Tomás <tomas.gruner@lambdaclass.com>
|
2022-12-22 15:45:57 +01:00 |
|
Roman Krasiuk
|
c68a850c70
|
chore(db): modify state transition docs (#515)
|
2022-12-20 11:31:23 +02:00 |
|
rakita
|
617ae3604d
|
feat(doc): Changeid table design (#430)
* Table design
* v2
* v3
* Update database.md
* Update docs/design/database.md
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-12-16 10:20:43 +02:00 |
|
Georgios Konstantopoulos
|
9cd5824f35
|
chore: rename StageDB to Transaction (#470)
* chore: rename StageDB to Transaction
* chore: cargo fmt
* chore: add note about potentially removing this in the future
|
2022-12-15 18:14:14 +02:00 |
|
Georgios Konstantopoulos
|
4d718bbf33
|
s/foundry-rs/paradigmxyz
|
2022-12-07 00:00:45 -08:00 |
|
Georgios Konstantopoulos
|
292f5f22bc
|
docs: add review of erigon/akula
|
2022-12-06 18:02:04 -08:00 |
|
Dan Cline
|
b34e2bfa45
|
docs: reth design decisions
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-12-06 18:02:04 -08:00 |
|
Bjerg
|
65247ef203
|
feat: metrics (#92)
* feat(stages): `stage.progress` metric
* docs: metrics
|
2022-10-24 15:16:45 +02:00 |
|
Bjerg
|
098bfe84b9
|
docs: add contributor docs (#41)
* docs: add contributor docs
* docs: nit
* docs: move project layout to docs folder
* chore: slash the slashes
* docs: re-add ci badge (whoops)
* docs: index
|
2022-10-11 10:15:08 -07:00 |
|