Constant opentelemetry_semantic_conventions::resource::FAAS_NAME
source · [−]pub const FAAS_NAME: Key;
Expand description
The name of the single function that this runtime instance executes.
This is the name of the function as configured/deployed on the FaaS platform and is usually different from the name of the callback function (which may be stored in the code.namespace
/code.function
span attributes).
Examples
my-function