Upgrade New Relic Java Agent 7.11.1 -> 8.0.0 #477
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.11.1
->8.0.0
Release Notes
newrelic/newrelic-java-agent
v8.0.0
Compare Source
New features and improvements
snakeyaml
dependency to 1.33 https://github.com/newrelic/newrelic-java-agent/pull/1077-Dnewrelic.config.log_level=finest
and
-Dnewrelic.debug=true
are set https://github.com/newrelic/newrelic-java-agent/pull/1066recordCustomEvent
API now includes event type, key and value https://github.com/newrelic/newrelic-java-agent/pull/1083Fixes
POSTGRES_DIALECT_PATTERN
https://github.com/newrelic/newrelic-java-agent/pull/1050ClassCastException
in GraphQL 16/17 https://github.com/newrelic/newrelic-java-agent/pull/1082HttpURLConnection
instrumentation to fix several bugs that were affecting external calls and distributed traces https://github.com/newrelic/newrelic-java-agent/pull/1102grpc-1.40.0
instrumentation to ensure that tokens were properly being linked across threads https://github.com/newrelic/newrelic-java-agent/pull/1105ReadTimeoutException
https://github.com/newrelic/newrelic-java-agent/pull/1109Removals
The following previously deprecated instrumentation modules were removed:
cassandra-datastax-2.1.2
httpclient-3.0
jdbc-embedded-derby-10.2.1.6
jdbc-embedded-derby-10.10.1.1
jetty-7
jetty-7.6
jetty-9
jetty-9.0.4
jetty-9.1
mongodb-2.12
mongodb-2.14
mongodb-3.0
okhttp-3.0.0
okhttp-3.4.0
okhttp-3.5.0
The previously deprecated
http.responseCode
,response.status
andresponse.statusMessage
transaction/span attributes were removed. These have been replaced byhttp.statusCode
andhttp.statusText
. If you have any custom dashboards or alerts that query thehttp.responseCode
,response.status
, andresponse.statusMessage
attributes then they will need to be updated to instead usehttp.statusCode
andhttp.statusText
.