-
Notifications
You must be signed in to change notification settings - Fork 310
feat: Add logging custom attributes #1041
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
Conversation
TODO: Add link to docs like Labels |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1041 +/- ##
============================================
+ Coverage 63.73% 77.40% +13.66%
============================================
Files 217 113 -104
Lines 17921 12702 -5219
============================================
- Hits 11422 9832 -1590
+ Misses 6075 2539 -3536
+ Partials 424 331 -93 see 330 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
@nr-swilloughby would we need to add |
Creating PRs for AgentSpec and DocsSite as well |
I don't think we necessarily do, but that's a good question. We don't normally add things there for every feature we add. The items there are specifically the values that show up at the top level of the configuration values for the agent's connect payload, and are extracted from the |
Links
https://new-relic.atlassian.net/browse/NR-354877
Details
Added Custom Attributes via environment variable
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CUSTOM_ATTRIBUTES
or programmatically. Format of key/value iskey1:val1;key2:val2;....