We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7244fd commit 5d8d7e3Copy full SHA for 5d8d7e3
lambda-runtime/src/layers/otel.rs
@@ -8,7 +8,6 @@ use tracing::{field, instrument::Instrumented, Instrument};
8
9
/// Tower layer to add OpenTelemetry tracing to a Lambda function invocation. The layer accepts
10
/// a function to flush OpenTelemetry after the end of the invocation.
11
-#[derive(Copy, Clone)]
12
pub struct OpenTelemetryLayer<F> {
13
flush_fn: F,
14
otel_attribute_trigger: OpenTelemetryFaasTrigger,
0 commit comments