Skip to content

Commit 4161a02

Browse files
authored
Apply suggestions from code review
1 parent 4d536e6 commit 4161a02

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 | `{collection}` | 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 | `{collections}` | 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

@@ -72,7 +72,7 @@ This metric is [recommended][MetricRecommended].
7272

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

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

0 commit comments

Comments
 (0)