From fa58b5ef66f44053f6a1c9372cba4d1ae4bfcf32 Mon Sep 17 00:00:00 2001 From: Tyler Benson Date: Wed, 8 Feb 2023 13:49:14 -0500 Subject: [PATCH] Run `make table-generation` --- specification/resource/semantic_conventions/faas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resource/semantic_conventions/faas.md b/specification/resource/semantic_conventions/faas.md index 82c428b7f48..eec61135338 100644 --- a/specification/resource/semantic_conventions/faas.md +++ b/specification/resource/semantic_conventions/faas.md @@ -19,7 +19,7 @@ See also: | `faas.name` | string | The name of the single function that this runtime instance executes. [1] | `my-function`; `myazurefunctionapp/some-function-name` | Required | | `faas.version` | string | The immutable version of the function being executed. [2] | `26`; `pinkfroid-00002` | Recommended | | `faas.instance` | string | The execution environment ID as a string, that will be potentially reused for other invocations to the same function/function version. [3] | `2021/06/28/[$LATEST]2f399eb14537447da05ab2a2e39309de` | Recommended | -| `faas.max_memory` | int | The amount of memory available to the serverless function in Bytes. [4] | `128000000` | Recommended | +| `faas.max_memory` | int | The amount of memory available to the serverless function converted to Bytes. [4] | `128000000` | Recommended | **[1]:** This is the name of the function as configured/deployed on the FaaS platform and is usually different from the name of the callback