@@ -10,6 +10,7 @@ groups:
1010 attributes :
1111 - ref : clr.gc.generation
1212 requirement_level : required
13+
1314 - id : metric.clr.gc.objects.size
1415 type : metric
1516 metric_name : clr.gc.objects.size
@@ -19,6 +20,7 @@ groups:
1920 instrument : updowncounter
2021 unit : " By"
2122 stability : experimental
23+
2224 - id : metric.clr.gc.allocations.size
2325 type : metric
2426 metric_name : clr.gc.allocations.size
@@ -28,6 +30,7 @@ groups:
2830 instrument : counter
2931 unit : " By"
3032 stability : experimental
33+
3134 - id : metric.clr.gc.committed_memory.size
3235 type : metric
3336 metric_name : clr.gc.committed_memory.size
@@ -42,6 +45,7 @@ groups:
4245 instrument : updowncounter
4346 unit : " By"
4447 stability : experimental
48+
4549 - id : metric.clr.gc.heap.size
4650 type : metric
4751 metric_name : clr.gc.heap.size
@@ -54,6 +58,7 @@ groups:
5458 attributes :
5559 - ref : clr.gc.generation
5660 requirement_level : required
61+
5762 - id : metric.clr.gc.heap.fragmentation.size
5863 type : metric
5964 metric_name : clr.gc.heap.fragmentation.size
@@ -65,6 +70,7 @@ groups:
6570 attributes :
6671 - ref : clr.gc.generation
6772 requirement_level : required
73+
6874 - id : metric.clr.gc.duration
6975 type : metric
7076 metric_name : clr.gc.duration
@@ -79,6 +85,7 @@ groups:
7985 instrument : counter
8086 unit : " By"
8187 stability : experimental
88+
8289 - id : metric.clr.jit.methods_compiled.count
8390 type : metric
8491 metric_name : clr.jit.methods_compiled.count
@@ -88,6 +95,7 @@ groups:
8895 instrument : counter
8996 unit : " {method}"
9097 stability : experimental
98+
9199 - id : metric.clr.jit.compilation_time
92100 type : metric
93101 metric_name : clr.jit.compilation_time
@@ -97,6 +105,7 @@ groups:
97105 instrument : counter
98106 unit : " ns"
99107 stability : experimental
108+
100109 - id : metric.clr.monitor.lock_contention.count
101110 type : metric
102111 metric_name : clr.monitor.lock_contention.count
@@ -106,13 +115,15 @@ groups:
106115 instrument : counter
107116 unit : " {contention}"
108117 stability : experimental
118+
109119 - id : metric.clr.thread_pool.threads.count
110120 type : metric
111121 metric_name : clr.thread_pool.threads.count
112122 brief : " The number of thread pool threads that currently exist."
113123 instrument : updowncounter
114124 unit : " {thread}"
115125 stability : experimental
126+
116127 - id : metric.clr.thread_pool.work_items.count
117128 type : metric
118129 metric_name : clr.thread_pool.work_items.count
@@ -122,6 +133,7 @@ groups:
122133 instrument : counter
123134 unit : " {work_item}"
124135 stability : experimental
136+
125137 - id : metric.clr.thread_pool.queue.length
126138 type : metric
127139 metric_name : clr.thread_pool.queue.length
@@ -131,20 +143,23 @@ groups:
131143 instrument : updowncounter
132144 unit : " {queue}"
133145 stability : experimental
146+
134147 - id : metric.clr.timer.count
135148 type : metric
136149 metric_name : clr.timer.count
137150 brief : " The number of timer instances that are currently active."
138151 instrument : updowncounter
139152 unit : " {timer}"
140153 stability : experimental
154+
141155 - id : metric.clr.assemblies.count
142156 type : metric
143157 metric_name : clr.assemblies.count
144158 brief : " The number of .NET assemblies that are currently loaded."
145159 instrument : updowncounter
146160 unit : " {assembly}"
147161 stability : experimental
162+
148163 - id : metric.clr.exceptions.count
149164 type : metric
150165 metric_name : clr.exceptions.count
0 commit comments