-
Couldn't load subscription status.
- Fork 278
Closed
Labels
enhancementNew feature or requestNew feature or requestexperts neededThis issue or pull request is outside an area where general approvers feel they can approveThis issue or pull request is outside an area where general approvers feel they can approvetriage:needs-triage
Description
Propose new conventions
I would like to add 3 new CPython metrics regarding its garbage collector:
cpython.gc.collectionsmetric.cpython.gc.collectedmetric.cpython.gc.uncollectable
And then a an attribute cpython.gc.generation to track for what gc generation (gen0, gen1, gen2) this metrics are.
Data will come from the gc.get_stats API: https://docs.python.org/3/library/gc.html#gc.get_stats
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestexperts neededThis issue or pull request is outside an area where general approvers feel they can approveThis issue or pull request is outside an area where general approvers feel they can approvetriage:needs-triage
Type
Projects
Status
Need triage