@cryptotaxi247 / netdata-1 / commits / cac836070

bump go.d to v0.51.0 (#14572)

Ilya Mashchenko committed Feb 20, 2023 at 20:57 UTC cac836070f26ce3f01174e438d9dc4e7e819b36e
8 files changed +104 -108
collectors/COLLECTORS.md
+8 -11
@@ -399,19 +399,18 @@ The Netdata Agent can collect these system- and hardware-level metrics using a v
399 - [Monit](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/monit/README.md): Monitor statuses
400 of targets (service-checks) using the XML
401 stats interface.
402 -- [WMI (Windows Management Instrumentation)
403 - exporter](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md): Collect CPU, memory,
404 - network, disk, OS, system, and log-in metrics scraping `wmi_exporter`.
402 +- [Windows](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md): Collect CPU, memory,
403 + network, disk, OS, system, and log-in metrics scraping [windows_exporter](https://github.com/prometheus-community/windows_exporter).
404
405 ### Disks and filesystems
406
407 - [BCACHE](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Monitor BCACHE statistics
409 - with the the `proc.plugin` collector.
408 + with the `proc.plugin` collector.
409 - [Block devices](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Gather metrics about
410 the health and performance of block
412 - devices using the the `proc.plugin` collector.
411 + devices using the `proc.plugin` collector.
412 - [Btrfs](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Monitors Btrfs filesystems
414 - with the the `proc.plugin` collector.
413 + with the `proc.plugin` collector.
414 - [Device mapper](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Gather metrics about
415 the Linux device mapper with the proc
416 collector.
@@ -425,10 +424,9 @@ The Netdata Agent can collect these system- and hardware-level metrics using a v
424 read/write latency.
425 - [NFS file servers and clients](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md):
426 Gather operations, utilization, and space usage
428 - using the the `proc.plugin` collector.
427 + using the `proc.plugin` collector.
428 - [RAID arrays](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Collect health, disk
430 - status, operation status, and more with the
431 - the `proc.plugin` collector.
429 + status, operation status, and more with the `proc.plugin` collector.
430 - [Veritas Volume Manager](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Gather
431 metrics about the Veritas Volume Manager (VVM).
432 - [ZFS](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Monitor bandwidth and
@@ -476,8 +474,7 @@ The Netdata Agent can collect these system- and hardware-level metrics using a v
474 ### Memory
475
476 - [Available memory](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Tracks changes in
479 - available RAM using the the `proc.plugin`
480 - collector.
477 + available RAM using the `proc.plugin` collector.
478 - [Committed memory](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Monitor committed
479 memory using the `proc.plugin` collector.
480 - [Huge pages](https://github.com/netdata/netdata/blob/master/collectors/proc.plugin/README.md): Gather metrics about
docs/collect/system-metrics.md
+4 -5
@@ -37,15 +37,14 @@ can find all system collectors in our [supported collectors list](https://github
37
38 ## Collect Windows system metrics
39
40 -Netdata is also capable of monitoring Windows systems. The [WMI
40 +Netdata is also capable of monitoring Windows systems. The [Windows
41 collector](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md) integrates with
42 [windows_exporter](https://github.com/prometheus-community/windows_exporter), a small Go-based binary that you can run
43 -on Windows systems. The WMI collector then gathers metrics from an endpoint created by windows_exporter, for more
43 +on Windows systems. The Windows collector then gathers metrics from an endpoint created by windows_exporter, for more
44 details see [the requirements](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#requirements).
45
46 -Next, [configure the WMI
47 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#configuration) to point to the URL
48 -and port of your exposed endpoint. Restart Netdata with `sudo systemctl restart netdata`, or the [appropriate
46 +Next, [configure](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#configuration) the Windows
47 +collector to point to the URL and port of your exposed endpoint. Restart Netdata with `sudo systemctl restart netdata`, or the [appropriate
48 method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system. You'll start seeing Windows system metrics, such as CPU
49 utilization, memory, bandwidth per NIC, number of processes, and much more.
50
health/Makefile.am
+1 -1
@@ -97,7 +97,7 @@ dist_healthconfig_DATA = \
97 health.d/vsphere.conf \
98 health.d/web_log.conf \
99 health.d/whoisquery.conf \
100 - health.d/wmi.conf \
100 + health.d/windows.conf \
101 health.d/x509check.conf \
102 health.d/zfs.conf \
103 health.d/dbengine.conf \
health/REFERENCE.md
+25 -25
@@ -301,31 +301,31 @@ type: Database
301 <details>
302 <summary>Netdata's stock alarms use the following `type` attributes by default, but feel free to adjust for your own requirements.</summary>
303
304 -| Type | Description |
305 -| ------------------------ | ------------------------------------------------------------------------------------------------ |
306 -| Ad Filtering | Services related to Ad Filtering (like pi-hole) |
307 -| Certificates | Certificates monitoring related |
308 -| Cgroups | Alerts for cpu and memory usage of control groups |
309 -| Computing | Alerts for shared computing applications (e.g. boinc) |
310 -| Containers | Container related alerts (e.g. docker instances) |
311 -| Database | Database systems (e.g. MySQL, PostgreSQL, etc) |
312 -| Data Sharing | Used to group together alerts for data sharing applications |
313 -| DHCP | Alerts for dhcp related services |
314 -| DNS | Alerts for dns related services |
315 -| Kubernetes | Alerts for kubernetes nodes monitoring |
316 -| KV Storage | Key-Value pairs services alerts (e.g. memcached) |
317 -| Linux | Services specific to Linux (e.g. systemd) |
318 -| Messaging | Alerts for message passing services (e.g. vernemq) |
319 -| Netdata | Internal Netdata components monitoring |
320 -| Other | When an alert doesn't fit in other types. |
321 -| Power Supply | Alerts from power supply related services (e.g. apcupsd) |
322 -| Search engine | Alerts for search services (e.g. elasticsearch) |
323 -| Storage | Class for alerts dealing with storage services (storage devices typically live under `System`) |
324 -| System | General system alarms (e.g. cpu, network, etc.) |
325 -| Virtual Machine | Virtual Machine software |
326 -| Web Proxy | Web proxy software (e.g. squid) |
327 -| Web Server | Web server software (e.g. Apache, ngnix, etc.) |
328 -| Windows | Alerts for monitor of wmi services |
304 +| Type | Description |
305 +|-----------------|------------------------------------------------------------------------------------------------|
306 +| Ad Filtering | Services related to Ad Filtering (like pi-hole) |
307 +| Certificates | Certificates monitoring related |
308 +| Cgroups | Alerts for cpu and memory usage of control groups |
309 +| Computing | Alerts for shared computing applications (e.g. boinc) |
310 +| Containers | Container related alerts (e.g. docker instances) |
311 +| Database | Database systems (e.g. MySQL, PostgreSQL, etc) |
312 +| Data Sharing | Used to group together alerts for data sharing applications |
313 +| DHCP | Alerts for dhcp related services |
314 +| DNS | Alerts for dns related services |
315 +| Kubernetes | Alerts for kubernetes nodes monitoring |
316 +| KV Storage | Key-Value pairs services alerts (e.g. memcached) |
317 +| Linux | Services specific to Linux (e.g. systemd) |
318 +| Messaging | Alerts for message passing services (e.g. vernemq) |
319 +| Netdata | Internal Netdata components monitoring |
320 +| Other | When an alert doesn't fit in other types. |
321 +| Power Supply | Alerts from power supply related services (e.g. apcupsd) |
322 +| Search engine | Alerts for search services (e.g. elasticsearch) |
323 +| Storage | Class for alerts dealing with storage services (storage devices typically live under `System`) |
324 +| System | General system alarms (e.g. cpu, network, etc.) |
325 +| Virtual Machine | Virtual Machine software |
326 +| Web Proxy | Web proxy software (e.g. squid) |
327 +| Web Server | Web server software (e.g. Apache, ngnix, etc.) |
328 +| Windows | Alerts for monitor of windows services |
329
330 </details>
331
health/health.d/windows.conf renamed
+16 -16
@@ -1,8 +1,8 @@
1
2 ## CPU
3
4 - template: wmi_10min_cpu_usage
5 - on: wmi.cpu_utilization_total
4 + template: windows_10min_cpu_usage
5 + on: windows.cpu_utilization_total
6 class: Utilization
7 type: Windows
8 component: CPU
@@ -20,8 +20,8 @@ component: CPU
20
21 ## Memory
22
23 - template: wmi_ram_in_use
24 - on: wmi.memory_utilization
23 + template: windows_ram_in_use
24 + on: windows.memory_utilization
25 class: Utilization
26 type: Windows
27 component: Memory
@@ -36,8 +36,8 @@ component: Memory
36 info: memory utilization
37 to: sysadmin
38
39 - template: wmi_swap_in_use
40 - on: wmi.memory_swap_utilization
39 + template: windows_swap_in_use
40 + on: windows.memory_swap_utilization
41 class: Utilization
42 type: Windows
43 component: Memory
@@ -55,8 +55,8 @@ component: Memory
55
56 ## Network
57
58 - template: wmi_inbound_packets_discarded
59 - on: wmi.net_discarded
58 + template: windows_inbound_packets_discarded
59 + on: windows.net_discarded
60 class: Errors
61 type: Windows
62 component: Network
@@ -71,8 +71,8 @@ component: Network
71 info: number of inbound discarded packets for the network interface in the last 10 minutes
72 to: sysadmin
73
74 - template: wmi_outbound_packets_discarded
75 - on: wmi.net_discarded
74 + template: windows_outbound_packets_discarded
75 + on: windows.net_discarded
76 class: Errors
77 type: Windows
78 component: Network
@@ -87,8 +87,8 @@ component: Network
87 info: number of outbound discarded packets for the network interface in the last 10 minutes
88 to: sysadmin
89
90 - template: wmi_inbound_packets_errors
91 - on: wmi.net_errors
90 + template: windows_inbound_packets_errors
91 + on: windows.net_errors
92 class: Errors
93 type: Windows
94 component: Network
@@ -103,8 +103,8 @@ component: Network
103 info: number of inbound errors for the network interface in the last 10 minutes
104 to: sysadmin
105
106 - template: wmi_outbound_packets_errors
107 - on: wmi.net_errors
106 + template: windows_outbound_packets_errors
107 + on: windows.net_errors
108 class: Errors
109 type: Windows
110 component: Network
@@ -122,8 +122,8 @@ component: Network
122
123 ## Disk
124
125 - template: wmi_disk_in_use
126 - on: wmi.logical_disk_utilization
125 + template: windows_disk_in_use
126 + on: windows.logical_disk_utilization
127 class: Utilization
128 type: Windows
129 component: Disk
packaging/go.d.checksums
+17 -17
@@ -1,17 +1,17 @@
1 -dee3c1e54cad22796489abd1924462cfcbd2cf8ff7329f9a595966291e18714d *config.tar.gz
2 -4188350b0c7f0f3dcfabf01e0281b41baa085327655a32215a0863ec651c0186 *go.d.plugin-v0.50.0.darwin-amd64.tar.gz
3 -6068657f08c21eeb57508c47dab544f7493ac14f63261c8bdfeb2b326f5e980c *go.d.plugin-v0.50.0.darwin-arm64.tar.gz
4 -cdee540016daa37b84ac8c66feb141f83d328371e7bd464e99de99584d0813ca *go.d.plugin-v0.50.0.freebsd-386.tar.gz
5 -4196b233aff75747749df9894d15f078a40945709b0b2d6d9c6387d992cf4933 *go.d.plugin-v0.50.0.freebsd-amd64.tar.gz
6 -188c29003f1394a7136b1f69a659fff46b3ea9cbfd994fd9e315834745eac63a *go.d.plugin-v0.50.0.freebsd-arm.tar.gz
7 -80ce0196693d735d578c19a3561ea5bda0b54101c22d129c999807942d076f2a *go.d.plugin-v0.50.0.freebsd-arm64.tar.gz
8 -a75ba3cdebd1b428dacd4a14759c7e22d50432b49a9c8d5c846f8aa4e23aa9e2 *go.d.plugin-v0.50.0.linux-386.tar.gz
9 -7eb762de4103a8930a7962b6b1202ce188340ae1cd6ea04757e40e7482bfaed0 *go.d.plugin-v0.50.0.linux-amd64.tar.gz
10 -cfa3b1a28664fbd76a338f574c2e37d41b58552ace98f86cbe4dc3ac48785371 *go.d.plugin-v0.50.0.linux-arm.tar.gz
11 -2b77f8a3d33290a7cb9fa95f8635cb1cd3ce4331a7543312cfdac3902a2489e0 *go.d.plugin-v0.50.0.linux-arm64.tar.gz
12 -56205b61eb4c1a6798a0d6852b3c734e7c764861ae6baa490e2db55ba593c52a *go.d.plugin-v0.50.0.linux-mips.tar.gz
13 -384af1658f02f9b295a2c2aa021dd64c46c03c52b9a573dbbd7f9fe0ffd841e0 *go.d.plugin-v0.50.0.linux-mips64.tar.gz
14 -d93711f93e9da7f2b8f9162c0af80b3443687b1e01494c42b9ccd099534f2fae *go.d.plugin-v0.50.0.linux-mips64le.tar.gz
15 -9462186774633294b46f04fbd78dc930bdff54bb1e8d5fa634f1d9b99d8d4e4b *go.d.plugin-v0.50.0.linux-mipsle.tar.gz
16 -bdcfdc75dc5073556fdece5865cd9b19fc5306d68fe653afc3e97594f185386e *go.d.plugin-v0.50.0.linux-ppc64.tar.gz
17 -e13c9c1ad13e664b477762b7be9b17877945e1337ee1832b11dd7be2c6cfb1c9 *go.d.plugin-v0.50.0.linux-ppc64le.tar.gz
1 +25efeb4439e2089e386216c9445294ee97d0b4369c5466e5619df14f8c58ec89 *config.tar.gz
2 +cb4e91b5a0d97653b129249c3142055b9a58c2054a9a4e28cc4db6003a5028f4 *go.d.plugin-v0.51.0.darwin-amd64.tar.gz
3 +48cfa2e64af97d116cdfcfe26948dc366a7dd58727f78bc406aa8d88a0db26d8 *go.d.plugin-v0.51.0.darwin-arm64.tar.gz
4 +07c6e19ae8dcaf10ff909c0c734c7d04ac9943320cf8be09e89d1e06f2b25067 *go.d.plugin-v0.51.0.freebsd-386.tar.gz
5 +c597aed523f0e5053351273e3b848e698aee5df42efd2001fab747f683d21cc5 *go.d.plugin-v0.51.0.freebsd-amd64.tar.gz
6 +e67582a38029f51dd6f2d5977db076ec65173494a47e8e2e724fb69e3629886c *go.d.plugin-v0.51.0.freebsd-arm.tar.gz
7 +953176f8e5240515ef56c9fe3ed5fefcca32b4e5075f39af3f2256777250f125 *go.d.plugin-v0.51.0.freebsd-arm64.tar.gz
8 +dee8834c1ec50ecd0b56115eaf723c169a880d4c8669c97ae444d170d8ca6618 *go.d.plugin-v0.51.0.linux-386.tar.gz
9 +9e6fdc54bdb2bc620632f118d7e84a963a000967784936e491baa19cd4264817 *go.d.plugin-v0.51.0.linux-amd64.tar.gz
10 +3ca051d7c451d6900cdabd7339550a50ae71d863cca68d5b7f1ce997c48edd4b *go.d.plugin-v0.51.0.linux-arm.tar.gz
11 +3d05eabf82ad43308a9b27b6ed82fd0dda18bfc7d8576cc8fda0b2eb74804356 *go.d.plugin-v0.51.0.linux-arm64.tar.gz
12 +304417e4c1cba33c0c5d68b27b385d3bf625918570731c7a79af53aeaf4a4dd0 *go.d.plugin-v0.51.0.linux-mips.tar.gz
13 +96b537cf063781935a02a231de6fd60fb7eddae4cad9c22329d789b7d92ec8d3 *go.d.plugin-v0.51.0.linux-mips64.tar.gz
14 +b3ca32e409fd445e28206397f799cfc683d0f08f8b6eb33cbe8eaf5ad29f6246 *go.d.plugin-v0.51.0.linux-mips64le.tar.gz
15 +26c897b808e033f9a5c160cf70a6e9c310db91aae96afa5ba867cdcdff73371c *go.d.plugin-v0.51.0.linux-mipsle.tar.gz
16 +179cfa7c9df8bcba2b40ff04012e19281f2a2a2143feb49e519f08a2ce7f8b6d *go.d.plugin-v0.51.0.linux-ppc64.tar.gz
17 +7ca7031bad02a055c7547699d6f8285f3ee215f48e293f7f57f81fda16a86628 *go.d.plugin-v0.51.0.linux-ppc64le.tar.gz
packaging/go.d.version
+1 -1
@@ -1 +1 @@
1 -v0.50.0
1 +v0.51.0
web/gui/dashboard_info.js
+32 -32
@@ -573,9 +573,9 @@ netdataDashboard.menu = {
573 info: 'Xen domain resource utilization metrics. Netdata reads this information using <b>xenstat</b> library which gives access to the resource usage information (CPU, memory, disk I/O, network) for a virtual machine.'
574 },
575
576 - 'wmi': {
577 - title: 'wmi',
578 - icon: '<i class="fas fa-server"></i>',
576 + 'windows': {
577 + title: 'Windows',
578 + icon: '<i class="fab fa-windows"></i>',
579 info: undefined
580 },
581
@@ -4369,63 +4369,63 @@ netdataDashboard.context = {
4369 },
4370
4371 // ------------------------------------------------------------------------
4372 - // WMI (Process)
4372 + // Windows (Process)
4373
4374 - 'wmi.processes_cpu_time': {
4374 + 'windows.processes_cpu_time': {
4375 info: 'Total CPU utilization. The amount of time spent by the process in <a href="https://en.wikipedia.org/wiki/CPU_modes#Mode_types" target="_blank">user and privileged</a> modes.'
4376 },
4377 - 'wmi.processes_handles': {
4377 + 'windows.processes_handles': {
4378 info: 'Total number of <a href="https://learn.microsoft.com/en-us/windows/win32/sysinfo/handles-and-objects" target="_blank">handles</a> the process has open. This number is the sum of the handles currently open by each thread in the process.'
4379 },
4380 - 'wmi.processes_io_bytes': {
4380 + 'windows.processes_io_bytes': {
4381 info: 'Bytes issued to I/O operations in different modes (read, write, other). This property counts all I/O activity generated by the process to include file, network, and device I/Os. Read and write mode includes data operations; other mode includes those that do not involve data, such as control operations.'
4382 },
4383 - 'wmi.processes_io_operations': {
4383 + 'windows.processes_io_operations': {
4384 info: 'I/O operations issued in different modes (read, write, other). This property counts all I/O activity generated by the process to include file, network, and device I/Os. Read and write mode includes data operations; other mode includes those that do not involve data, such as control operations.'
4385 },
4386 - 'wmi.processes_page_faults': {
4386 + 'windows.processes_page_faults': {
4387 info: 'Page faults by the threads executing in this process. A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. This can cause the page not to be fetched from disk if it is on the standby list and hence already in main memory, or if it is in use by another process with which the page is shared.'
4388 },
4389 - 'wmi.processes_file_bytes': {
4389 + 'windows.processes_file_bytes': {
4390 info: 'Current number of bytes this process has used in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files. Paging files are shared by all processes, and lack of space in paging files can prevent other processes from allocating memory.'
4391 },
4392 - 'wmi.processes_pool_bytes': {
4392 + 'windows.processes_pool_bytes': {
4393 info: 'Pool Bytes is the last observed number of bytes in the paged or nonpaged pool. The nonpaged pool is an area of system memory (physical memory used by the operating system) for objects that cannot be written to disk, but must remain in physical memory as long as they are allocated. The paged pool is an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used.'
4394 },
4395 - 'wmi.processes_threads': {
4395 + 'windows.processes_threads': {
4396 info: 'Number of threads currently active in this process. An instruction is the basic unit of execution in a processor, and a thread is the object that executes instructions. Every running process has at least one thread.'
4397 },
4398
4399 // ------------------------------------------------------------------------
4400 - // WMI (TCP)
4400 + // Windows (TCP)
4401
4402 - 'wmi.tcp_conns_active': {
4402 + 'windows.tcp_conns_active': {
4403 info: 'Number of times TCP connections have made a direct transition from the CLOSED state to the SYN-SENT state.'
4404 },
4405 - 'wmi.tcp_conns_established': {
4405 + 'windows.tcp_conns_established': {
4406 info: 'Number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.'
4407 },
4408 - 'wmi.tcp_conns_failures': {
4408 + 'windows.tcp_conns_failures': {
4409 info: 'Number of times TCP connections have made a direct transition to the CLOSED state from the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition from the SYN-RCVD state to the LISTEN state.'
4410 },
4411 - 'wmi.tcp_conns_passive': {
4411 + 'windows.tcp_conns_passive': {
4412 info: 'Number of times TCP connections have made a direct transition from the LISTEN state to the SYN-RCVD state.'
4413 },
4414 - 'wmi.tcp_conns_resets': {
4414 + 'windows.tcp_conns_resets': {
4415 info: 'Number of times TCP connections have made a direct transition from the LISTEN state to the SYN-RCVD state.'
4416 },
4417 - 'wmi.tcp_segments_received': {
4417 + 'windows.tcp_segments_received': {
4418 info: 'Rate at which segments are received, including those received in error. This count includes segments received on currently established connections.'
4419 },
4420 - 'wmi.tcp_segments_retransmitted': {
4420 + 'windows.tcp_segments_retransmitted': {
4421 info: 'Rate at which segments are retransmitted, that is, segments transmitted that contain one or more previously transmitted bytes.'
4422 },
4423 - 'wmi.tcp_segments_sent': {
4423 + 'windows.tcp_segments_sent': {
4424 info: 'Rate at which segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.'
4425 },
4426
4427 // ------------------------------------------------------------------------
4428 - // WMI (IIS)
4428 + // Windows (IIS)
4429
4430 'iis.website_isapi_extension_requests_count': {
4431 info: 'The number of <a href="https://learn.microsoft.com/en-us/previous-versions/iis/6.0-sdk/ms525282(v=vs.90)" target="_blank">ISAPI extension</a> requests that are processed concurrently by the web service.'
@@ -4435,14 +4435,14 @@ netdataDashboard.context = {
4435 },
4436
4437 // ------------------------------------------------------------------------
4438 - // WMI (Service)
4438 + // Windows (Service)
4439
4440 - 'wmi.service_status': {
4440 + 'windows.service_status': {
4441 info: 'The current <a href="https://learn.microsoft.com/en-us/windows/win32/services/service-status-transitions" target="_blank">status</a> of the service.'
4442 },
4443
4444 // ------------------------------------------------------------------------
4445 - // WMI (MSSQL)
4445 + // Windows (MSSQL)
4446
4447 'mssql.instance_accessmethods_page_splits': {
4448 info : 'Page split happens when the page does not have more space. This chart shows the number of page splits per second that occur as the result of overflowing index pages.'
@@ -4485,7 +4485,7 @@ netdataDashboard.context = {
4485 },
4486
4487 // ------------------------------------------------------------------------
4488 - // WMI (AD)
4488 + // Windows (AD)
4489
4490 'ad.dra_replication_intersite_compressed_traffic': {
4491 info: 'The compressed size, in bytes, of inbound and outbound compressed replication data (size after compression, from DSAs in other sites).'
@@ -4512,7 +4512,7 @@ netdataDashboard.context = {
4512 },
4513
4514 // ------------------------------------------------------------------------
4515 - // WMI (NET Framework: Exception)
4515 + // Windows (NET Framework: Exception)
4516
4517 'netframework.clrexception_thrown': {
4518 info: 'The exceptions include both .NET exceptions and unmanaged exceptions that are converted into .NET exceptions.'
@@ -4527,7 +4527,7 @@ netdataDashboard.context = {
4527 },
4528
4529 // ------------------------------------------------------------------------
4530 - // WMI (NET Framework: Interop)
4530 + // Windows (NET Framework: Interop)
4531
4532 'netframework.clrinterop_com_callable_wrappers': {
4533 info: 'A COM callable wrappers (CCW) is a proxy for a managed object being referenced from an unmanaged COM client.'
@@ -4538,7 +4538,7 @@ netdataDashboard.context = {
4538 },
4539
4540 // ------------------------------------------------------------------------
4541 - // WMI (NET Framework: JIT)
4541 + // Windows (NET Framework: JIT)
4542
4543 'netframework.clrjit_methods': {
4544 info: 'The metric does not include pre-JIT-compiled methods.'
@@ -4553,7 +4553,7 @@ netdataDashboard.context = {
4553 },
4554
4555 // ------------------------------------------------------------------------
4556 - // WMI (NET Framework: Loading)
4556 + // Windows (NET Framework: Loading)
4557
4558 'netframework.clrloading_loader_heap_size': {
4559 info: 'The memory committed by the class loader across all application domains is the physical space reserved in the disk paging file.'
@@ -4564,14 +4564,14 @@ netdataDashboard.context = {
4564 },
4565
4566 // ------------------------------------------------------------------------
4567 - // WMI (NET Framework: Locks and Threads)
4567 + // Windows (NET Framework: Locks and Threads)
4568
4569 'netframework.clrlocksandthreads_recognized_threads': {
4570 info: 'Displays the total number of threads that have been recognized by the runtime since the application started. These threads are associated with a corresponding managed thread object. The runtime does not create these threads, but they have run inside the runtime at least once.'
4571 },
4572
4573 // ------------------------------------------------------------------------
4574 - // WMI (NET Framework: Memory)
4574 + // Windows (NET Framework: Memory)
4575
4576 'netframework.clrmemory_heap_size': {
4577 info: 'The metric shows maximum bytes that can be allocated, but it does not indicate the current number of bytes allocated.'