FaaS Fieldsedit

The 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 Detailsedit

Field Description Level

faas.coldstart

Boolean value indicating a cold start of a function.

type: boolean

extended

faas.execution

The execution ID of the current function execution.

type: keyword

example: af9d5aa4-a685-4c5f-a22b-444f80b3cc28

extended

faas.trigger

Details about the function trigger.

type: nested

extended

faas.trigger.request_id

The ID of the trigger request , message, event, etc.

type: keyword

example: 123456789

extended

faas.trigger.type

The trigger for the function execution.

Expected values are:

* http

* pubsub

* datasource

* timer

* other

type: keyword

example: http

extended