Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1df1ef

Browse files
authoredFeb 24, 2025··
Apply suggestions from code review
1 parent 4161a02 commit c1df1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎model/cpython/metrics.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ groups:
1919
note: >
2020
This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
2121
instrument: counter
22-
unit: "{collection}"
22+
unit: "{object}"
2323
stability: development
2424
attributes:
2525
- ref: cpython.gc.generation
@@ -32,7 +32,7 @@ groups:
3232
note: >
3333
This metric reports data from [`gc.stats()`](https://docs.python.org/3/library/gc.html#gc.get_stats)
3434
instrument: counter
35-
unit: "{collection}"
35+
unit: "{object}"
3636
stability: development
3737
attributes:
3838
- ref: cpython.gc.generation

0 commit comments

Comments
 (0)
Please sign in to comment.