feat: with opentelemetry working

This commit is contained in:
2023-05-01 10:19:56 +02:00
parent 07d14450c8
commit 91097868dc
5 changed files with 28 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
use rand::Rng;
#[tracing::instrument]
#[tokio::main]
async fn main() -> eyre::Result<()> {
let client = dagger_sdk::connect().await?;