-
Notifications
You must be signed in to change notification settings - Fork 545
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
chore: move opentelemetry-propagator-jaeger to core #351
chore: move opentelemetry-propagator-jaeger to core #351
Conversation
Codecov Report
@@ Coverage Diff @@
## main #351 +/- ##
=======================================
Coverage 94.43% 94.43%
=======================================
Files 11 11
Lines 431 431
Branches 48 48
=======================================
Hits 407 407
Misses 24 24 |
@jtmalinowski looks fine, however tests are failing :/ |
ec8f828
to
18a6819
Compare
@jtmalinowski can you please resolve conflicts ?, core PR has been merged, thx |
Move opentelemetry-propagator-jaeger from contrib to core (open-telemetry#1931). This is to enable turning on the jaeger propagator using ENV variables. Default Node Tracer Provider needs to depend on Jaeger propagator.
d231375
to
348ecb9
Compare
@obecny done, but now tests are failing; seems unrelated to me, but if there's something I can do to help, let me know |
Tests fail because of an issue with transitive dependencies, and they are failing similarly on other PRs. |
Move opentelemetry-propagator-jaeger from contrib to core (open-telemetry/opentelemetry-js#1931).
This is to enable turning on the jaeger propagator using ENV variables.
Default Node Tracer Provider needs to depend on Jaeger propagator.
Which problem is this PR solving?
Short description of the changes