Extract metrics with opentelemetry framework #243

Merged
lx merged 19 commits from feature/opentelemetry into main 2022-03-14 10:40:14 +00:00
Showing only changes of commit 55d4471599 - Show all commits

View file

@ -22,7 +22,7 @@ impl std::convert::AsRef<[u8]> for FixedBytes32 {
impl fmt::Debug for FixedBytes32 {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, "{}", hex::encode(&self.0[..8]))
write!(f, "{}", hex::encode(&self.0[..8]))
}
}