Add CLR Remoting metadata (#19203)
thiagoftsm committed
Jan 31, 2025 at 13:52 UTC
d5ffcd1dd7d342e3ac30031a112abedbb42198c8
1 file changed
+84
src/collectors/windows.plugin/metadata.yaml
+84
@@ -1958,3 +1958,87 @@ modules:
1958
chart_type: line
1959
dimensions:
1960
- name: class_load
1961
+ - name: netframework.clrremoting_channels
1962
+ description: Registered channels
1963
+ unit: channels/s
1964
+ chart_type: line
1965
+ dimensions:
1966
+ - name: registered
1967
+ - name: netframework.clrremoting_context_bound_classes_loaded
1968
+ description: Loaded context-bound classes
1969
+ unit: classes
1970
+ chart_type: line
1971
+ dimensions:
1972
+ - name: loaded
1973
+ - name: netframework.clrremoting_context_bound_objects
1974
+ description: Allocated context-bound objects
1975
+ unit: objects/s
1976
+ chart_type: line
1977
+ dimensions:
1978
+ - name: objects
1979
+ - name: netframework.clrremoting_context_proxies
1980
+ description: Remoting proxy objects
1981
+ unit: objects/s
1982
+ chart_type: line
1983
+ dimensions:
1984
+ - name: contexts
1985
+ - name: netframework.clrremoting_remote_calls
1986
+ description: Remote Procedure Calls (RPC) invoked
1987
+ unit: calls/s
1988
+ chart_type: line
1989
+ dimensions:
1990
+ - name: rpc
1991
+ - name: netframework.clrsecurity_link_time_checks
1992
+ description: Link-time code access security checks
1993
+ unit: checks/s
1994
+ chart_type: line
1995
+ dimensions:
1996
+ - name: linktime
1997
+ - name: netframework.clrsecurity_checks_time
1998
+ description: Time spent performing runtime code access security checks
1999
+ unit: percentage
2000
+ chart_type: line
2001
+ dimensions:
2002
+ - name: time
2003
+ - name: netframework.clrsecurity_stack_walk_depth
2004
+ description: Depth of the stack
2005
+ unit: depth
2006
+ chart_type: line
2007
+ dimensions:
2008
+ - name: stack
2009
+ - name: netframework.clrsecurity_runtime_checks
2010
+ description: Runtime code access security checks performed
2011
+ unit: checks/s
2012
+ chart_type: line
2013
+ dimensions:
2014
+ - name: runtime
2015
+ - name: netframework.clrlocksandthreads_queue_length
2016
+ description: Threads waited to acquire a managed lock
2017
+ unit: threads/s
2018
+ chart_type: line
2019
+ dimensions:
2020
+ - name: threads
2021
+ - name: netframework.clrlocksandthreads_current_logical_threads
2022
+ description: Logical threads
2023
+ unit: threads
2024
+ chart_type: line
2025
+ dimensions:
2026
+ - name: logical
2027
+ - name: netframework.clrlocksandthreads_current_physical_threads
2028
+ description: Physical threads
2029
+ unit: threads
2030
+ chart_type: line
2031
+ dimensions:
2032
+ - name: physical
2033
+ - name: netframework.clrlocksandthreads_recognized_threads
2034
+ description: Threads recognized by the runtime
2035
+ unit: threads/s
2036
+ chart_type: line
2037
+ dimensions:
2038
+ - name: threads
2039
+ - name: netframework.clrlocksandthreads_contentions
2040
+ description: Fails to acquire a managed lock
2041
+ unit: contentions/s
2042
+ chart_type: line
2043
+ dimensions:
2044
+ - name: contentions