-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support OTEL_TRACES_EXPORTER in distro #300
Conversation
46c0f33
to
cc30ef3
Compare
eda3a36
to
b203790
Compare
Codecov Report
@@ Coverage Diff @@
## main #300 +/- ##
==========================================
+ Coverage 79.08% 79.67% +0.59%
==========================================
Files 53 54 +1
Lines 2634 2696 +62
==========================================
+ Hits 2083 2148 +65
+ Misses 511 509 -2
+ Partials 40 39 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
62e87fa
to
dc0e72c
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.
nice 👍
Co-authored-by: Robert Pająk <rpajak@splunk.com>
3f5724a
to
c283a31
Compare
Add configuration of the tracing exporter used by the SDK via code options and environment variables.
Required by the GDI specification.