faas.coldstart
boolean Scrub: Manual Visibility: Public OTel: True A boolean that is true if the serverless function is executed for the first time (aka cold-start).
true Changelog
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"
}
]
}