You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/apis/nerdgraph/examples/nerdgraph-streaming-export.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ To set up the IAM role:
77
77
78
78
1. Navigate to the IAM and click <DNT>**Roles**</DNT>.
79
79
2. Create a role for an AWS account, and then select <DNT>**for another AWS account**</DNT>.
80
-
3. Enter the New Relic export account ID: `8886xx727xx`.
80
+
3. Enter the New Relic export account ID: `888632727556`.
81
81
4. Select <DNT>**Require external ID**</DNT> and enter the [account ID](/docs/accounts/accounts-billing/account-structure/account-id) of the New Relic account you want to export from.
82
82
5. Click <DNT>**Permissions**</DNT>, and then select the policy you created above.
83
83
6. Add a role name, which will be used during export registration, and provide a description.
* Adds new `application_logging.forwarding.log_level_denylist` config [2764](https://github.com/newrelic/newrelic-java-agent/pull/2734)
25
-
* Implements region aware event/metric ingest URIs [2749](https://github.com/newrelic/newrelic-java-agent/pull/2734)[2790](https://github.com/newrelic/newrelic-java-agent/pull/2734)[2790](https://github.com/newrelic/newrelic-java-agent/pull/2734)
26
-
* Adds support for associating logs to corresponding entity when `enable_auto_app_naming` is `true`[2627](https://github.com/newrelic/newrelic-java-agent/pull/2734)
27
-
* Add `opentelemetry-sdk-extension-autoconfigure-1.59.0` instrumentation for OpenTelemetry 1.59.0+ [2786](https://github.com/newrelic/newrelic-java-agent/pull/2734)
28
-
* Adds support for associating adaptive sampler to corresponding entity when `enable_auto_app_naming` is `true`[2805](https://github.com/newrelic/newrelic-java-agent/pull/2734)
29
-
* Adds supportability metrics for each entity created when `enable_auto_app_naming` is `true`[2808](https://github.com/newrelic/newrelic-java-agent/pull/2734)
* Adds new `application_logging.forwarding.log_level_denylist` config [2764](https://github.com/newrelic/newrelic-java-agent/pull/2764)
25
+
* Implements region aware event/metric ingest URIs [2749](https://github.com/newrelic/newrelic-java-agent/pull/2749)[2790](https://github.com/newrelic/newrelic-java-agent/pull/2790)
26
+
* Adds support for associating logs to corresponding entity when `enable_auto_app_naming` is `true`[2627](https://github.com/newrelic/newrelic-java-agent/pull/2627)
27
+
* Add `opentelemetry-sdk-extension-autoconfigure-1.59.0` instrumentation for OpenTelemetry 1.59.0+ [2786](https://github.com/newrelic/newrelic-java-agent/pull/2786)
28
+
* Adds support for associating adaptive sampler to corresponding entity when `enable_auto_app_naming` is `true`[2805](https://github.com/newrelic/newrelic-java-agent/pull/2805)
29
+
* Adds supportability metrics for each entity created when `enable_auto_app_naming` is `true`[2808](https://github.com/newrelic/newrelic-java-agent/pull/2808)
* Adds support for multiple versions of Caffeine in the agent [2807](https://github.com/newrelic/newrelic-java-agent/pull/2807)
32
+
* Adds support for explain plans that utilize SQL arrays [2815](https://github.com/newrelic/newrelic-java-agent/pull/2815)
33
+
* Adds generic 'Queue' as a transport type [2820](https://github.com/newrelic/newrelic-java-agent/pull/2820)
34
+
* Adds support for Reactor Netty Http client calls [2817](https://github.com/newrelic/newrelic-java-agent/pull/2817)
35
35
36
36
## Fixes
37
-
* Fixes an edge case where ill-formed payloads caused an NPE when accessing the `sampled` field on the NR payload [2762](https://github.com/newrelic/newrelic-java-agent/pull/2734)
38
-
* Expires Tokens when a Reactive Subscription is canceled [2798](https://github.com/newrelic/newrelic-java-agent/pull/2734)
39
-
* Adds logic to manually evict any dead threads from the `TheadTracker` cache to prevent a memory leak [2811](https://github.com/newrelic/newrelic-java-agent/pull/2734)
40
-
* Resolves a deadlock between harvest thread and JVM shutdown thread [2539](https://github.com/newrelic/newrelic-java-agent/pull/2734)
37
+
* Fixes an edge case where ill-formed payloads caused an NPE when accessing the `sampled` field on the NR payload [2762](https://github.com/newrelic/newrelic-java-agent/pull/2762)
38
+
* Expires Tokens when a Reactive Subscription is canceled [2798](https://github.com/newrelic/newrelic-java-agent/pull/2798)
39
+
* Adds logic to manually evict any dead threads from the `TheadTracker` cache to prevent a memory leak [2811](https://github.com/newrelic/newrelic-java-agent/pull/2811)
40
+
* Resolves a deadlock between harvest thread and JVM shutdown thread [2539](https://github.com/newrelic/newrelic-java-agent/pull/2539)
41
41
42
42
## Update to latest version [#procedures]
43
43
@@ -90,4 +90,3 @@ In this example, these lines were added to the default `newrelic.yml` in Java ag
90
90
91
91
* New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach [end-of-life](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/notification-changes-new-relic-saas-features-distributed-software/).
0 commit comments