os.build_id
string PII: Maybe OTel: True The build ID of the operating system.
Example
1234567890 Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
"key": "os.build_id",
"brief": "The build ID of the operating system.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"example": "1234567890",
"changelog": [
{
"version": "0.1.0",
"prs": [
127
]
},
{
"version": "0.0.0"
}
]
}