Expand description
Tower middleware to be applied to runtime invocations.
Re-exports§
pub use trace::TracingLayer;
Modules§
- trace
- Tracing utilities for Lambda runtime.
Structs§
- Open
Telemetry Layer opentelemetry - 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§
- Open
Telemetry Faas Trigger opentelemetry - Represent the possible values for the OpenTelemetry
faas.triggerattribute. See https://opentelemetry.io/docs/specs/semconv/attributes-registry/faas/ for more details.