faas.coldstart
booleanScrub: ManualVisibility: PublicOTel: TrueA boolean that is true if the serverless function is executed for the first time (aka cold-start).
trueChangelog
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",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": true,
"visibility": "public",
"example": true,
"changelog": [
{
"version": "0.0.0"
}
]
}