Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpUrlConnection: use WeakReference to store dtTracer and externalTracer in MetricState #2048

Closed
meiao opened this issue Sep 11, 2024 · 1 comment
Assignees
Labels
2 Story Point Estimate oct-dec qtr Represents proposed work item for the Oct-Dec quarter

Comments

@meiao
Copy link
Contributor

meiao commented Sep 11, 2024

Description

MetricState needs references to 2 tracers to sync up the externals.
Making these weak references, would allow them to be collected earlier, expediting the memory release.

Acceptance Criteria

TracedMethod references in MetricState
become WeakReferences.

@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 Story Point Estimate oct-dec qtr Represents proposed work item for the Oct-Dec quarter
Projects
Archived in project
Development

No branches or pull requests

3 participants