-
Notifications
You must be signed in to change notification settings - Fork 353
CPython runtime gc metrics #1930
Copy link
Copy link
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
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
Propose new conventions
I would like to add 3 new CPython metrics regarding its garbage collector:
cpython.gc.collectionsmetric.cpython.gc.collectedmetric.cpython.gc.uncollectableAnd then a an attribute
cpython.gc.generationto track for what gc generation (gen0, gen1, gen2) this metrics are.Data will come from the
gc.get_statsAPI: https://docs.python.org/3/library/gc.html#gc.get_stats