This commit is contained in:
2024-04-28 18:09:00 +02:00
parent 5f590b72fb
commit 3a9cbfb114
2 changed files with 1 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
name = "packager"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
[[bin]]
name = "packager"

View File

@@ -70,8 +70,6 @@ fn get_opentelemetry_layer<
) -> Option<impl tracing_subscriber::Layer<T>> {
match config {
OpenTelemetryConfig::Enabled => {
use std::time::Duration;
use opentelemetry::{global, KeyValue};
use opentelemetry_otlp::WithExportConfig as _;
use opentelemetry_sdk::{