OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_FAAS_VERSIONConst Experimental

    ATTR_FAAS_VERSION: "faas.version" = ...

    The immutable version of the function being executed.

    26
    
    pinkfroid-00002
    

    Depending on the cloud provider and platform, use:

    • AWS Lambda: The function version (an integer represented as a decimal string).
    • Google Cloud Run (Services): The revision (i.e., the function name plus the revision suffix).
    • Google Cloud Functions: The value of the K_REVISION environment variable.
    • Azure Functions: Not applicable. Do not set this attribute.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.