Skip to content

Commit

Permalink
Add CLR Remoting metadata (netdata#19203)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm authored Jan 31, 2025
1 parent fcd81cf commit d5ffcd1
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions src/collectors/windows.plugin/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1958,3 +1958,87 @@ modules:
chart_type: line
dimensions:
- name: class_load
- name: netframework.clrremoting_channels
description: Registered channels
unit: channels/s
chart_type: line
dimensions:
- name: registered
- name: netframework.clrremoting_context_bound_classes_loaded
description: Loaded context-bound classes
unit: classes
chart_type: line
dimensions:
- name: loaded
- name: netframework.clrremoting_context_bound_objects
description: Allocated context-bound objects
unit: objects/s
chart_type: line
dimensions:
- name: objects
- name: netframework.clrremoting_context_proxies
description: Remoting proxy objects
unit: objects/s
chart_type: line
dimensions:
- name: contexts
- name: netframework.clrremoting_remote_calls
description: Remote Procedure Calls (RPC) invoked
unit: calls/s
chart_type: line
dimensions:
- name: rpc
- name: netframework.clrsecurity_link_time_checks
description: Link-time code access security checks
unit: checks/s
chart_type: line
dimensions:
- name: linktime
- name: netframework.clrsecurity_checks_time
description: Time spent performing runtime code access security checks
unit: percentage
chart_type: line
dimensions:
- name: time
- name: netframework.clrsecurity_stack_walk_depth
description: Depth of the stack
unit: depth
chart_type: line
dimensions:
- name: stack
- name: netframework.clrsecurity_runtime_checks
description: Runtime code access security checks performed
unit: checks/s
chart_type: line
dimensions:
- name: runtime
- name: netframework.clrlocksandthreads_queue_length
description: Threads waited to acquire a managed lock
unit: threads/s
chart_type: line
dimensions:
- name: threads
- name: netframework.clrlocksandthreads_current_logical_threads
description: Logical threads
unit: threads
chart_type: line
dimensions:
- name: logical
- name: netframework.clrlocksandthreads_current_physical_threads
description: Physical threads
unit: threads
chart_type: line
dimensions:
- name: physical
- name: netframework.clrlocksandthreads_recognized_threads
description: Threads recognized by the runtime
unit: threads/s
chart_type: line
dimensions:
- name: threads
- name: netframework.clrlocksandthreads_contentions
description: Fails to acquire a managed lock
unit: contentions/s
chart_type: line
dimensions:
- name: contentions

0 comments on commit d5ffcd1

Please sign in to comment.