You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`cpython.gc.collected`| Counter |`{object}`| The total number of objects collected inside a generation that have occurred since interpreter start. [1]||
75
+
|`cpython.gc.collected.objects`| Counter |`{object}`| The total number of objects collected inside a generation that have occurred since interpreter start. [1]||
76
76
77
77
**[1]:** This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
78
78
@@ -108,7 +108,7 @@ This metric is [recommended][MetricRecommended].
108
108
109
109
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
|`cpython.gc.uncollectable`| Counter |`{object}`| The total number of uncollectable objects inside a generation that have occurred since interpreter start. [1]||
111
+
|`cpython.gc.uncollectable.objects`| Counter |`{object}`| The total number of uncollectable objects inside a generation that have occurred since interpreter start. [1]||
112
112
113
113
**[1]:** This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
0 commit comments