-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat: Include APM Labels in forwarded application logs. #2831
Conversation
b5fcb3c
to
fcfe46d
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 work!
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 👍
Note: Holding off on merging this until we get some official feature/notice text since this is a cross-agent feature. |
139a82f
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2831 +/- ##
==========================================
+ Coverage 81.41% 81.43% +0.01%
==========================================
Files 465 465
Lines 29535 29573 +38
Branches 3267 3275 +8
==========================================
+ Hits 24047 24082 +35
- Misses 4692 4693 +1
- Partials 796 798 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
BEGIN_COMMIT_OVERRIDE
notice: New Relic APM language agents now allow you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the documentation. (#2831)
feat: New Relic APM language agents now allow you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the documentation. (#2831)
END_COMMIT_OVERRIDE
Description
Adds labels to in-agent forwarded logs.
Author Checklist
Reviewer Checklist