Skip to content

Commit daa48b2

Browse files
committed
Apply suggestions from code review
1 parent 12b1e3d commit daa48b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/runtime/cpython-metrics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This metric is [recommended][MetricRecommended].
3636

3737
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
3838
| -------- | --------------- | ----------- | -------------- | --------- |
39-
| `cpython.gc.collections` | Counter | `{collections}` | The number of times a generation was collected since interpreter start. [1] | ![Development](https://img.shields.io/badge/-development-blue) |
39+
| `cpython.gc.collections` | Counter | `{collection}` | The number of times a generation was collected since interpreter start. [1] | ![Development](https://img.shields.io/badge/-development-blue) |
4040

4141
**[1]:** This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
4242

@@ -108,7 +108,7 @@ This metric is [recommended][MetricRecommended].
108108

109109
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
110110
| -------- | --------------- | ----------- | -------------- | --------- |
111-
| `cpython.gc.uncollectable` | Counter | `{collection}` | The total number of uncollectable objects inside a generation that have occurred since interpreter start. [1] | ![Development](https://img.shields.io/badge/-development-blue) |
111+
| `cpython.gc.uncollectable` | Counter | `{object}` | The total number of uncollectable objects inside a generation that have occurred since interpreter start. [1] | ![Development](https://img.shields.io/badge/-development-blue) |
112112

113113
**[1]:** This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
114114

0 commit comments

Comments
 (0)