Closed 0x416e746f6e closed 6 months ago
Add basic latency metrics for GetPayload and PublishBlock.
GetPayload
PublishBlock
We want to be able to track those metrics per-instance as well as aggregate them across the whole service (running behind the load-balancer).
make lint
make test-race
go mod tidy
CONTRIBUTING.md
📝 Summary
Add basic latency metrics for
GetPayload
andPublishBlock
.⛱ Motivation and Context
We want to be able to track those metrics per-instance as well as aggregate them across the whole service (running behind the load-balancer).
✅ I have run these commands
make lint
make test-race
go mod tidy
CONTRIBUTING.md