mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2026-01-23 12:31:01 +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