Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Attribute Dictionary JSON - #16634

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/attribute-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -17036,7 +17036,7 @@
"units": null
},
{
"definition": "<ul>\n<li><p>Linux: [/proc/cpuinfo: &#39;cpu cores&#39;] The number of cores within a single CPU.</p>\n</li>\n<li><p>Windows: [WMI win32_processor: &#39;NumberOfLogicalProcessors&#39;] The number of logical processors for the current instance of the processor, including cores divided by hyperthreading.</p>\n</li>\n</ul>\n",
"definition": "<ul>\n<li><p>Linux: [/proc/cpuinfo: &#39;cpu cores&#39;] The number of cores within a single CPU.</p>\n</li>\n<li><p>Windows: [WMI win32_processor: &#39;NumberOfLogicalProcessors&#39;] The number of logical processors, including cores divided by hyperthreading.</p>\n</li>\n</ul>\n",
"events": [
"SystemSample"
],
Expand Down Expand Up @@ -18955,4 +18955,4 @@
"definition": "<p>The workload status is derived from the alerting status of entities in your workload. This allows you to set up an alert condition to notify you whenever the workload goes into a DISRUPTED or DEGRADED status.</p>\n",
"name": "WorkloadStatus"
}
]
]
Loading