Files
bare-operating-system/kernel/etc/bare-os/otel-jsonl.example.json
T
Raven Scott 21a05806b4 When BARE_OS_WAVE11_PROC is 0, false, or off, omit the 20 Wave 11
flat /proc/bare_os_*.json names, matching /proc/bare_os/* aliases, and
their bare_os_proc_index rows; resolution behaves as missing reads.
Pass the variable through the booter host→shell env allowlist. Add a
VFS test driven by BARE_OS_WAVE11_PROC_FILE_TO_ID.
Document the toggle and Wave 11 summary in kernel-extensions and the
capabilities index; extend release-checklist and node-to-bare-modules.
2026-04-04 06:39:31 -04:00

38 lines
890 B
JSON

{
"otlSchemaVersion": 8,
"scopeMetrics": [
{
"scope": { "name": "bare-os-example" },
"metrics": []
}
],
"resourceLogs": [
{
"resource": {
"attributes": [
{ "key": "service.name", "value": { "stringValue": "bare-os" } }
]
},
"scopeLogs": [
{
"scope": { "name": "bare-os-booter", "version": "1.0.0" },
"logRecords": [
{
"timeUnixNano": "1700000000000000000",
"severityNumber": 9,
"severityText": "INFO",
"body": { "stringValue": "example.boot.phase" },
"events": [],
"links": [],
"exemplars": [],
"attributes": [
{ "key": "phase", "value": { "stringValue": "kernel_ready" } }
]
}
]
}
]
}
]
}