diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-22 15:21:06 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-14 10:53:50 +0100 |
commit | d9a35359bf8903f37f5f7aa77421ed35b626e0af (patch) | |
tree | 1b781e5e6de4d850e4938d6192f15c628e2eed27 /Cargo.lock | |
parent | 2a5609b292de019085f93a79b7b73f7a8341bf51 (diff) | |
download | garage-d9a35359bf8903f37f5f7aa77421ed35b626e0af.tar.gz garage-d9a35359bf8903f37f5f7aa77421ed35b626e0af.zip |
Add metrics to web endpoint
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1109,6 +1109,7 @@ dependencies = [ "garage_util 0.6.0", "http", "hyper", + "opentelemetry", "percent-encoding", "tracing", ] |