faas.coldstart
boolean PII: False OTel: True A boolean that is true if the serverless function is executed for the first time (aka cold-start).
Example
true Changelog
v0.0.0
Raw JSON
{
"key": "faas.coldstart",
"brief": "A boolean that is true if the serverless function is executed for the first time (aka cold-start).",
"type": "boolean",
"pii": {
"key": "false"
},
"is_in_otel": true,
"example": true,
"changelog": [
{
"version": "0.0.0"
}
]
}