Skip to content

Commit 55ec757

Browse files
authored
Update tracing-instrumentation-aws-lambda.md
1 parent 8e882d0 commit 55ec757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/agents/tracing-instrumentation-aws-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Field | Value | Description | Source
2727
`context.cloud.origin.*` | - | Do not set these fields if trigger type is `other`. | Trigger specific.
2828
`context.service.origin.*` | - | Do not set these fields if trigger type is `other`. | Trigger specific.
2929

30-
Note that `faas.*` fields *are not* nested under the context property [in the intake api](https://github.com/elastic/apm-server/blob/main/docs/spec/v2/transaction.json)! `faas` is a top-level key on the transaction.
30+
Note that `faas.*` fields *are not* nested under the context property [in the intake api](https://github.com/elastic/apm-server/blob/main/input/elasticapm/docs/spec/v2/transaction.json)! `faas` is a top-level key on the transaction.
3131

3232
### Overwriting Metadata
3333
Automatically capturing cloud metadata doesn't work reliably from a Lambda environment. Moreover, retrieving cloud metadata through an additional HTTP request may slowdown the lambda function / increase cold start behaviour. Therefore, the generic cloud metadata fetching should be disabled when the agent is running in a lambda context (for instance through checking for the existence of the `AWS_LAMBDA_FUNCTION_NAME` environment variable).

0 commit comments

Comments
 (0)