Use trace-request for dropshot instrumentation

This commit is contained in:
Daniel Lundin 2024-12-16 23:36:33 +01:00
parent da210ffc16
commit 31c8921aca
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
13 changed files with 246 additions and 36 deletions

View file

@ -7,7 +7,7 @@ license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
patagia-common = { path = "../common" }
instrumentation = { path = "../instrumentation" }
progenitor.workspace = true
reqwest.workspace = true
schemars.workspace = true

View file

@ -3,7 +3,6 @@ use clap::Parser;
use tokio::time::{sleep, Duration};
mod patagia_api;
use patagia_common::instrumentation;
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]