|
|
@@ -1,5 +1,4 @@
|
|
|
use {
|
|
|
- crate::api::ChainId,
|
|
|
prometheus_client::{
|
|
|
encoding::EncodeLabelSet,
|
|
|
metrics::{
|
|
|
@@ -18,12 +17,6 @@ pub struct RequestLabel {
|
|
|
pub value: String,
|
|
|
}
|
|
|
|
|
|
-#[derive(Clone, Debug, Hash, PartialEq, Eq, EncodeLabelSet)]
|
|
|
-pub struct RpcLabel {
|
|
|
- pub chain_id: ChainId,
|
|
|
- pub uri: String,
|
|
|
-}
|
|
|
-
|
|
|
#[derive(Clone, Debug, Hash, PartialEq, Eq, EncodeLabelSet)]
|
|
|
pub struct AccountLabel {
|
|
|
pub chain_id: String,
|