gcp.function.context.event_id
string PII: Maybe Visibility: Public OTel: False The event ID from the legacy GCP Cloud Function context (1st gen)
Example
1234567890 Changelog
Raw JSON
{
"key": "gcp.function.context.event_id",
"brief": "The event ID from the legacy GCP Cloud Function context (1st gen)",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"visibility": "public",
"example": "1234567890",
"changelog": [
{
"version": "0.7.0",
"prs": [
371
],
"description": "Added gcp.function.context.event_id attribute"
}
]
}