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

fix: telemetry refactoring part 1 #167

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dmehala
Copy link
Collaborator

@dmehala dmehala commented Oct 30, 2024

Description

Keep a reference to user metrics to avoid dereferencing them when they are not alive anymore.

@dmehala dmehala force-pushed the dmehala/fix/part-1-keep-reference-on-user-metrics branch from cb02a99 to b188655 Compare October 30, 2024 17:06
@dmehala dmehala marked this pull request as ready for review October 30, 2024 17:07
@dmehala dmehala requested a review from a team as a code owner October 30, 2024 17:07
@dmehala dmehala requested review from dubloom and pablomartinezbernardo and removed request for a team and dubloom October 30, 2024 17:07
Keep a reference to user metrics to avoid dereferencing them when they
are not alive anymore.
@dmehala dmehala force-pushed the dmehala/fix/part-1-keep-reference-on-user-metrics branch from b188655 to 516e3a4 Compare October 30, 2024 17:09
@pr-commenter
Copy link

pr-commenter bot commented Oct 30, 2024

Benchmarks

Benchmark execution time: 2024-10-30 17:12:18

Comparing candidate commit 516e3a4 in PR branch dmehala/fix/part-1-keep-reference-on-user-metrics with baseline commit 963f78b in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics.

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.95%. Comparing base (963f78b) to head (516e3a4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #167   +/-   ##
=======================================
  Coverage   93.95%   93.95%           
=======================================
  Files          73       73           
  Lines        4170     4171    +1     
=======================================
+ Hits         3918     3919    +1     
  Misses        252      252           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dmehala dmehala merged commit d49c147 into main Nov 4, 2024
22 checks passed
@dmehala dmehala deleted the dmehala/fix/part-1-keep-reference-on-user-metrics branch November 4, 2024 19:09
@dmehala dmehala restored the dmehala/fix/part-1-keep-reference-on-user-metrics branch November 4, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants