diff options
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 76b73f4b..e1d516de 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -42,3 +42,5 @@ hyper = "0.14" kube = { version = "0.62", features = ["runtime", "derive"] } k8s-openapi = { version = "0.13", features = ["v1_22"] } + +opentelemetry = "0.17" |