Skip to content

Commit 15d0a36

Browse files
Renamed 'processor_count' to 'logical_cpu_count' and improved description
1 parent d555ad8 commit 15d0a36

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

schemas/rum/_common-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@
356356
"description": "Current screen brightness level (0.0 to 1.0).",
357357
"readOnly": true
358358
},
359-
"processor_count": {
359+
"logical_cpu_count": {
360360
"type": "number",
361-
"description": "Number of device processors",
361+
"description": "Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.",
362362
"readOnly": true
363363
},
364364
"total_ram": {

schemas/telemetry/_common-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
"type": "string",
128128
"description": "Model of the device"
129129
},
130-
"processor_count": {
130+
"logical_cpu_count": {
131131
"type": "number",
132-
"description": "Number of device processors",
132+
"description": "Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.",
133133
"readOnly": true
134134
},
135135
"total_ram": {

0 commit comments

Comments
 (0)