.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "packager"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.74"
|
||||
|
||||
[[bin]]
|
||||
name = "packager"
|
||||
|
||||
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user