opentelemetry_semantic_conventions::attribute

Constant FAAS_INVOKED_NAME

Source
pub const FAAS_INVOKED_NAME: &str = "faas.invoked_name";
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"