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

Disable context propagation on kprobes #556

Merged
merged 4 commits into from
Jan 18, 2024

Conversation

grcevski
Copy link
Contributor

The black-box context propagation seems to create wrong traces on NodeJS. I'm going to disable this for now until we figure out a safe way to re-enabled it, perhaps selectively, perhaps we'll find a better way to match server and client calls.

@grcevski grcevski requested a review from mariomac as a code owner January 17, 2024 18:35
@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (06a0246) 79.19% compared to head (1652404) 79.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #556      +/-   ##
==========================================
- Coverage   79.19%   79.09%   -0.11%     
==========================================
  Files          69       69              
  Lines        5830     5830              
==========================================
- Hits         4617     4611       -6     
- Misses        990      998       +8     
+ Partials      223      221       -2     
Flag Coverage Δ
integration-test 68.60% <ø> (-0.27%) ⬇️
unittests 45.09% <ø> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@grcevski grcevski merged commit 9542752 into grafana:main Jan 18, 2024
4 checks passed
@grcevski grcevski deleted the disable_kprobes_context branch January 18, 2024 13:23
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