-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for OTEL_SERVICE_NAME #64
Conversation
Codecov Report
@@ Coverage Diff @@
## main #64 +/- ##
==========================================
+ Coverage 63.87% 64.19% +0.32%
==========================================
Files 7 7
Lines 155 162 +7
Branches 22 21 -1
==========================================
+ Hits 99 104 +5
- Misses 49 50 +1
- Partials 7 8 +1
Continue to review full report at Codecov.
|
2ad0827
to
bff81da
Compare
97b778f
to
fdda834
Compare
CHANGELOG.md
Outdated
- Deprecated support for `SPLUNK_SERVICE_NAME` environment variable. | ||
Please use `OTEL_SERVICE_NAME=<my-service-name>` instead. |
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.
This can be moved to ### Deprecated
section.
Reference: https://keepachangelog.com/en/1.1.0/
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.
Done. Thanks.
Also upgraded Otel dependency to 1.2.0
Description
Adds support for
OTEL_SERVICE_NAME
environment variable and updated otel dep to 1.2.0Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist: