OpenTelemetry SDK
    Preparing search index...

    Variable SEMRESATTRS_FAAS_IDConst

    SEMRESATTRS_FAAS_ID: "faas.id" = TMP_FAAS_ID

    The unique ID of the single function that this runtime instance executes.

    Note: Depending on the cloud provider, use:

    AWS Lambda: The function ARN. Take care not to use the "invoked ARN" directly but replace any alias suffix with the resolved function version, as the same runtime instance may be invokable with multiple different aliases. GCP: The URI of the resource Azure: The Fully Qualified Resource ID.

    On some providers, it may not be possible to determine the full ID at startup, which is why this field cannot be made required. For example, on AWS the account ID part of the ARN is not available without calling another AWS API which may be deemed too slow for a short-running lambda function. As an alternative, consider setting faas.id as a span attribute instead.