-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade New Relic Java Agent 8.5.0 -> 8.6.0 #785
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
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.
We should likely phase out this dependency now that we use Datadog rather than New Relic, but that's not a reason not to apply this upgrade.
I filed #788 for the cleanup, but wouldn't mind merging this PR regardless. |
8f9e3f1
to
11fa2a6
Compare
11fa2a6
to
7d59175
Compare
Looks good. No mutations were possible for these changes. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
8.5.0
->8.6.0
Release Notes
newrelic/newrelic-java-agent (New Relic Java Agent)
v8.6.0
: Version 8.6.0Compare Source
New features and improvements
Support latest Wildfly #1373
Support latest JBoss EAP #1336
Spring Cache instrumentation #1458
This new instrumentation module allows you to see how your caches are performing. It provides hit/miss metrics as well as clear and evict.
Search "Metrics Explorer" for the new metrics:
This is a new instrumentation for Kafka clients. It provides metrics similar to the existing instrumentation module, but this provides them by node/topic, whereas the existing one only uses topic. This module is disabled by default, check its documentation for more information.
This new instrumentation module sends the Kafka configuration as events periodically.
The Struts 2 instrumentation has been refactored to use a newer instrumentation technique, which allows it to be disabled.
Fixes
Deprecations
aws-wrap-0.7.0
java.completable-future-jdk8
play-2.3
spring-3.0.0
netty-3.4
Struts v1
Full Changelog: newrelic/newrelic-java-agent@v8.5.0...v8.6.0