mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-12-07 02:53:19 +01:00
feat: with opentelemetry working
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use rand::Rng;
|
||||
|
||||
#[tracing::instrument]
|
||||
#[tokio::main]
|
||||
async fn main() -> eyre::Result<()> {
|
||||
let client = dagger_sdk::connect().await?;
|
||||
|
||||
Reference in New Issue
Block a user