aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/lib.rs
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-01-09 17:13:41 +0000
committerJonathan Davies <jpds@protonmail.com>2023-01-10 10:38:50 +0000
commitaac348fe937442bcf750316d6ebd47936d86ed90 (patch)
tree0b847ed2614a4d260602e590ec5ab535d49d5d9f /src/rpc/lib.rs
parent02e8eb167efa1f08d69fe7f8e6192cde726c45aa (diff)
downloadgarage-aac348fe937442bcf750316d6ebd47936d86ed90.tar.gz
garage-aac348fe937442bcf750316d6ebd47936d86ed90.zip
Added system_metrics.rs file.
Diffstat (limited to 'src/rpc/lib.rs')
-rw-r--r--src/rpc/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/lib.rs b/src/rpc/lib.rs
index 86f63568..a8cc0030 100644
--- a/src/rpc/lib.rs
+++ b/src/rpc/lib.rs
@@ -17,3 +17,5 @@ mod metrics;
pub mod rpc_helper;
pub use rpc_helper::*;
+
+pub mod system_metrics;