CPython runtime garbage collections metrics#1931
Merged
trask merged 25 commits intoopen-telemetry:mainfrom Mar 27, 2025
Merged
Conversation
xrmx
commented
Feb 24, 2025
xrmx
commented
Feb 24, 2025
xrmx
commented
Feb 24, 2025
xrmx
commented
Feb 24, 2025
Member
|
cc @open-telemetry/python-approvers @open-telemetry/opentelemetry-python-contrib-approvers |
emdneto
approved these changes
Feb 28, 2025
lmolkova
reviewed
Mar 5, 2025
039cd81 to
f9c7a06
Compare
Contributor
|
Drive-by from seeing this in the #otel-python channel on cncf slack. We recently implemented a metric like this, so I'd be quite happy to see this make its way into semconv / the python contrib repo. We also added spans for gen2 collections, which helped us understand some gaps in our slow traces, and figure out we could improve tail latencies by calling |
lmolkova
approved these changes
Mar 7, 2025
xrmx
commented
Mar 7, 2025
xrmx
commented
Mar 7, 2025
kamalmarhubi
reviewed
Mar 7, 2025
trask
reviewed
Mar 10, 2025
… measures Props to: lmolkova
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
8e5340b to
589e469
Compare
joaopgrassi
approved these changes
Mar 26, 2025
trask
reviewed
Mar 26, 2025
Co-authored-by: Trask Stalnaker <[email protected]>
trask
approved these changes
Mar 27, 2025
dyladan
pushed a commit
to dyladan/semantic-conventions
that referenced
this pull request
Mar 28, 2025
Co-authored-by: Liudmila Molkova <[email protected]> Co-authored-by: Joao Grassi <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1930
Changes
This adds 3 new metrics to track CPython runtime garbage collector work.
Note: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.
Merge requirement checklist
[chore]