-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[exporter/splunkhec] Retain all otel attributes #2712
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #2712 +/- ##
==========================================
- Coverage 91.50% 91.50% -0.01%
==========================================
Files 441 441
Lines 21927 21930 +3
==========================================
+ Hits 20065 20066 +1
- Misses 1393 1394 +1
- Partials 469 470 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Previously we were stripping service.name and host.name since they have dedicated entries in HEC. However we now want to keep these so that service.name and host.name will match across logs, metrics, and traces.
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. Double check with Ingest to make sure there is well-defined order of priority when both are present.
Previously we were stripping service.name and host.name since they have dedicated entries in HEC. However we now want to keep these so that service.name and host.name will match across logs, metrics, and traces.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Previously we were stripping service.name and host.name since they have
dedicated entries in HEC. However we now want to keep these so that
service.name and host.name will match across logs, metrics, and traces.