Skip to main content

Module layers

Module layers 

Source
Expand description

Tower middleware to be applied to runtime invocations.

Re-exports§

pub use trace::TracingLayer;

Modules§

trace
Tracing utilities for Lambda runtime.

Structs§

OpenTelemetryLayeropentelemetry
Tower layer to add OpenTelemetry tracing to a Lambda function invocation. The layer accepts a function to flush OpenTelemetry after the end of the invocation.

Enums§

OpenTelemetryFaasTriggeropentelemetry
Represent the possible values for the OpenTelemetry faas.trigger attribute. See https://opentelemetry.io/docs/specs/semconv/attributes-registry/faas/ for more details.