FaaS Fields
editFaaS Fields
editThe user fields describe information about the function as a service (FaaS) that is relevant to the event.
These fields are in beta and are subject to change.
FaaS Field Details
editField | Description | Level |
---|---|---|
Boolean value indicating a cold start of a function. type: boolean |
extended |
|
The execution ID of the current function execution. type: keyword example: |
extended |
|
The unique identifier of a serverless function. For AWS Lambda it’s the function ARN (Amazon Resource Name) without a version or alias suffix. type: keyword example: |
extended |
|
The name of a serverless function. type: keyword example: |
extended |
|
Details about the function trigger. type: nested |
extended |
|
The ID of the trigger request , message, event, etc. type: keyword example: |
extended |
|
The trigger for the function execution. Expected values for this field:
type: keyword example: |
extended |
|
The version of a serverless function. type: keyword example: |
extended |