os.build_id
string PII: Maybe OTel: True The build ID of the operating system.
1234567890 os.build 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",
"alias": [
"os.build"
],
"changelog": [
{
"version": "0.5.0",
"prs": [
301
],
"description": "Added os.build as alias"
},
{
"version": "0.1.0",
"prs": [
127
]
},
{
"version": "0.0.0"
}
]
}