newrelic / newrelic/newrelic-java-agent
Support config to turn off the context. prefix for log event context attributes
Open
@jbedell-newrelic is already working on this.
Since Sep 4, 2026.
- Dominant language
- Java
- Stars
- 240
- Forks
- 170
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 21
Description
This is the first part of item 2 here: https://github.com/newrelic/newrelic-java-agent/issues/2961
Relavent spec PR: https://source.datanerd.us/agents/agent-specs/pull/834
For this step we will simply add the defined config to allow users to turn off the prefix if they choose to. The default will still be to prefix the attributes. That will be changed with a later story done during a break change release.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.