opentelemetry_semantic_conventions::attribute

Constant FAAS_INSTANCE

Source
pub const FAAS_INSTANCE: &str = "faas.instance";
Expand description

The execution environment ID as a string, that will be potentially reused for other invocations to the same function/function version.

§Notes

  • AWS Lambda: Use the (full) log stream name.

§Examples

  • "2021/06/28/[$LATEST]2f399eb14537447da05ab2a2e39309de"