diff options
author | Maximilien R <maximilien@deuxfleurs.fr> | 2022-02-15 20:09:43 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-14 10:51:17 +0100 |
commit | 1e2cf26373ef1812a3152a0057774f6381e66914 (patch) | |
tree | 1212796b28762f404f71702a59b5384e69bc4e87 /src/table/Cargo.toml | |
parent | e349af13a7268d567c1bacc819af5b89c2d4231f (diff) | |
download | garage-1e2cf26373ef1812a3152a0057774f6381e66914.tar.gz garage-1e2cf26373ef1812a3152a0057774f6381e66914.zip |
Implement basic metrics in table
Diffstat (limited to 'src/table/Cargo.toml')
-rw-r--r-- | src/table/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml index 91d71ddd..f6f9974d 100644 --- a/src/table/Cargo.toml +++ b/src/table/Cargo.toml @@ -17,6 +17,8 @@ path = "lib.rs" garage_rpc = { version = "0.6.0", path = "../rpc" } garage_util = { version = "0.6.0", path = "../util" } +opentelemetry = "0.17" + async-trait = "0.1.7" bytes = "1.0" hexdump = "0.1" |