FAAS_COLDSTART

Constant FAAS_COLDSTART 

pub const FAAS_COLDSTART: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

A boolean that is true if the serverless function is executed for the first time (aka cold-start).

ยงNotes