FaaS
Fields describing functions as a service.
Fields
Field Summary
| Field | Type | Level | Description |
|---|---|---|---|
faas.coldstart | boolean | Extended | Boolean value indicating a cold start of a function. |
faas.execution | keyword | Extended | The execution ID of the current function execution. |
faas.id | keyword | Extended | The unique identifier of a serverless function. |
faas.name | keyword | Extended | The name of a serverless function. |
faas.trigger.request_id | keyword | Extended | The ID of the trigger request , message, event, etc. |
faas.trigger.type | keyword | Extended | The trigger for the function execution. |
faas.version | keyword | Extended | The version of a serverless function. |
Field Details
faas.coldstart
Type: boolean
Level: Extended
Description: Boolean value indicating a cold start of a function.
Indexed: true
faas.execution
Type: keyword
Level: Extended
Description: The execution ID of the current function execution.
Example: af9d5aa4-a685-4c5f-a22b-444f80b3cc28
Indexed: true
faas.id
Type: keyword
Level: Extended
Description: The unique identifier of a serverless function.
Example: arn:aws:lambda:us-west-2:123456789012:function:my-function
Indexed: true
faas.name
Type: keyword
Level: Extended
Description: The name of a serverless function.
Example: my-function
Indexed: true
faas.trigger.request_id
Type: keyword
Level: Extended
Description: The ID of the trigger request , message, event, etc.
Example: 123456789
Indexed: true
faas.trigger.type
Type: keyword
Level: Extended
Description: The trigger for the function execution.
Example: http
Indexed: true
faas.version
Type: keyword
Level: Extended
Description: The version of a serverless function.
Example: 123
Indexed: true