-
Notifications
You must be signed in to change notification settings - Fork 805
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
examples(tracing): add multi exporter example #537
examples(tracing): add multi exporter example #537
Conversation
/cc @naseemkullah |
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.
LGTM. Would we want to expose this in the package.json
?
Thanks @mayurkale22 ! And
is good to know! Should be added to Jaeger Exporter doc if there is any. |
ded7cd1
to
40b71b8
Compare
Good catch, done. |
Codecov Report
@@ Coverage Diff @@
## master #537 +/- ##
=========================================
- Coverage 92.4% 90.11% -2.3%
=========================================
Files 152 150 -2
Lines 7495 7397 -98
Branches 649 661 +12
=========================================
- Hits 6926 6666 -260
- Misses 569 731 +162
|
I found it here, not mentioned in the official docs. |
40b71b8
to
fa36e9c
Compare
…pen-telemetry#537) * fix(instrumentation-user-interaction): support clicks in React apps * chore: code maintenance
Which problem is this PR solving?