Accountsdb plugin metrics (#20606)

Added metrics for accountsdb plugin
Handle and log postgres db errors
Print account pubkeys nicely in logging
This commit is contained in:
Lijun Wang
2021-10-13 08:36:39 -07:00
committed by GitHub
parent da0e570c0d
commit 08e40bf32e
5 changed files with 69 additions and 19 deletions

View File

@@ -23,6 +23,8 @@ serde_derive = "1.0.103"
serde_json = "1.0.67"
solana-accountsdb-plugin-interface = { path = "../accountsdb-plugin-interface", version = "=1.9.0" }
solana-logger = { path = "../logger", version = "=1.9.0" }
solana-metrics = { path = "../metrics", version = "=1.9.0" }
solana-sdk = { path = "../sdk", version = "=1.9.0" }
thiserror = "1.0.30"
[package.metadata.docs.rs]