A boolean that is true if the serverless function is executed for the first time (aka cold-start).
| Property | Value |
|---|---|
| Type | boolean |
| Has PII | false |
| Exists in OpenTelemetry | Yes |
| Example | true |
A string containing the schedule period as Cron Expression.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | 0/5 * * * ? * |
A string containing the function invocation time in the ISO 8601 format expressed in UTC.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | 2020-01-23T13:47:06Z |
Type of the trigger which caused this function invocation.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | timer |