-
Notifications
You must be signed in to change notification settings - Fork 126
Add w3c traceparent header support #1448
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
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1448 +/- ##
==========================================
+ Coverage 81.42% 81.45% +0.02%
==========================================
Files 209 209
Lines 23709 23737 +28
Branches 3740 3745 +5
==========================================
+ Hits 19306 19334 +28
Misses 3146 3146
Partials 1257 1257 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9df984c
to
8a24ae6
Compare
8a24ae6
to
bd981c4
Compare
3be0999
to
971ede6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a bunch of places where the imports are screwed up now due to moving that validator, I'll stop reviewing there and let you re-check those.
…lic/newrelic-python-agent into add-w3c-traceparent-header-support
* Use legacy bitnami for now * Revert solr change * Revert zookeeper change
* Add graphene-django instrumentation * Increase naming priority * Remove unused import * Add sychronous schema tests * Clean up test files * Remove commented out code * Megalinter fixes * Add operation & resolver tests * Refine tests * MegaLinter fixes * Suggested reviewer changes * Megalinter fixes
…lic/newrelic-python-agent into add-w3c-traceparent-header-support
* Add config settings * Add traceparent logic * Log warning if value is not recognized * Move & rename function_not_called * Use existing function called validators * Fixup: lint log message * Fixup: validator import paths * Fixup: validator import path * Fixup: validator import path * Reformat w/ ruff * Use legacy bitnami for now (#1471) * Use legacy bitnami for now * Revert solr change * Revert zookeeper change * Add graphene-django instrumentation (#1451) * Add graphene-django instrumentation * Increase naming priority * Remove unused import * Add sychronous schema tests * Clean up test files * Remove commented out code * Megalinter fixes * Add operation & resolver tests * Refine tests * MegaLinter fixes * Suggested reviewer changes * Megalinter fixes * Fixup: paths * Fixup: reformat lint changes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Lalleh Rafeei <[email protected]>
Overview
Add support for w3c traceparent sampled flag. See agent spec for details.