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.collections`| Counter |`{collection}`| The number of times a generation was collected since interpreter start. [1]||
39
+
|`cpython.gc.collections`| Counter |`{collections}`| The number of times a generation was collected since interpreter start. [1]||
40
40
41
41
**[1]:** This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
42
42
@@ -72,7 +72,7 @@ This metric is [recommended][MetricRecommended].
72
72
73
73
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
|`cpython.gc.collected`| Counter |`{collection}`| The total number of objects collected inside a generation that have occurred since interpreter start. [1]||
75
+
|`cpython.gc.collected`| 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)
0 commit comments