Skip to content

Commit

Permalink
Update java-agent-760.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
barbnewrelic committed Apr 4, 2022
1 parent 427171f commit 57895b3
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -6,7 +6,11 @@ downloadLink: 'https://download.newrelic.com/newrelic/java-agent/newrelic-agent/
---

### New features and improvements
* Added built-in agent support for Logs in Context (log4j 2.6+ and Logback 1.1+). Read more about this capability on our [Logs in Context feature page](/docs/logs/logs-context/java-configure-logs-context-all/) [718](https://github.com/newrelic/newrelic-java-agent/pull/718)
* Telemetry-in-Context: a quick way to view logs no matter where you are in the platform
* Adds support for logging metrics which shows the rate of log message by severity in the Logs chart in the APM Summary view. This is enabled by default in this release.
* Adds support for forwarding application logs to New Relic. This automatically sends application logs that have been enriched to power Telemetry-in-Context. This is disabled by default in this release. This may be on by default in a future release.
* Adds support for enriching application logs written to disk or standard out. This can be used with another log forwarder to power Telemetry-in-Context if in-agent log forwarding is not desired. We recommend enabling either log forwarding or local log decorating, but not both features. This is disabled by default in this release.
* To learn more about Telemetry-in-Context and the configuration options, please see the documentation [here](/docs/logs/logs-context/java-configure-logs-context-all/) [718](https://github.com/newrelic/newrelic-java-agent/pull/718)
* Added instrumentation support for the MariaDB & H2 R2DBC connectors [799](https://github.com/newrelic/newrelic-java-agent/pull/799) [724](https://github.com/newrelic/newrelic-java-agent/pull/724)
* Updated agent support for Jedis 4.0.0+ [698](https://github.com/newrelic/newrelic-java-agent/pull/698)
* Updated agent support for Cassandra dataStax 4+ [690](https://github.com/newrelic/newrelic-java-agent/pull/690)
Expand Down

0 comments on commit 57895b3

Please sign in to comment.