feat: add payload builder service metrics (#2347)

This commit is contained in:
Matthias Seitz
2023-04-23 18:44:32 +02:00
committed by GitHub
parent ad77de49f0
commit ab581ae890
4 changed files with 46 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
//! - [PayloadJob]: a type that can yields (better) payloads over time.
pub mod error;
mod metrics;
mod payload;
mod service;
mod traits;