From 4e58c4790a4bb7c21661f35e0dd56ce724d20905 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 15 Jul 2024 23:16:39 +0200 Subject: [PATCH] wip: patch otel crates --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4d307d8..c832049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,3 +74,7 @@ harness = false [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] + +[patch."crates-io"] +opentelemetry = { git = "https://github.com/djc/opentelemetry-rust", branch = "tracer-sampler" } +opentelemetry_sdk = { git = "https://github.com/djc/opentelemetry-rust", branch = "tracer-sampler" }