FAAS_INVOKED_NAME

Constant FAAS_INVOKED_NAME 

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

The name of the invoked function.

§Notes

SHOULD be equal to the faas.name resource attribute of the invoked function.

§Examples

  • "my-function"