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/accounts/accounts/account-maintenance/account-email-settings.mdx
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,31 +32,30 @@ To ensure you get New Relic emails, you can add the following to your organizati
32
32
33
33
## Change your email address [#change-email]
34
34
35
-
To change your email address: from the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), click <DNT>**User preferences**</DNT>, and click <DNT>**Email**</DNT>.
35
+
To change your email address: go to [<DNT>**User preferences**</DNT>](https://one.newrelic.com/user-preferences) and click <DNT>**Email**</DNT>.
36
36
37
37
New Relic user email addresses have to the following restrictions:
38
38
39
39
* Characters: Must be composed of letters (a-z, A-Z), numbers (0-9), and special characters `(!#$%&'*+/=?^_{|}~-)`.
40
40
* Length: Limited to a maximum of 255 characters.
41
41
42
-
<Calloutvariant="tip">
43
-
SSO/SAML users:
42
+
### Change your email address as an SSO/SAML user [#sso-saml-email]
44
43
45
-
You can update your email address while authenticated into a SSO/SAML account using one of these methods:
44
+
You can update your email address while authenticated into an SSO/SAML account using one of these methods:
46
45
47
-
**Option 1: User Management UI**
48
-
1. Navigate to [user management](https://one.newrelic.com/admin-portal/organizations/users-list)
49
-
2. Click into your user details.
50
-
3. Update your email and save.
51
-
4. Update your email in your identity provider to match exactly.
52
-
5. Test authentication.
46
+
**User Management UI**
53
47
54
-
If you get logged out during this process and you're an admin, you can use the [one-time SSO bypass](/docs/accounts/accounts-billing/account-setup/troubleshoot-new-relics-password-email-address-login-problems/#login-troubleshooting) to regain access.
48
+
1. Navigate to [user management](https://one.newrelic.com/admin-portal/organizations/users-list).
49
+
2. Click into your user details.
50
+
3. Update your email and save.
51
+
4. Update your email in your identity provider to match exactly.
52
+
5. Test authentication.
55
53
56
-
**Option 2: NerdGraph API**
54
+
If you get logged out during this process and you're an admin, you can use the [one-time SSO bypass](/docs/accounts/accounts-billing/account-setup/troubleshoot-new-relics-password-email-address-login-problems/#login-troubleshooting) to regain access.
57
55
58
-
You can update your email via the [NerdGraph API](/docs/apis/nerdgraph/examples/nerdgraph-manage-users/#update-users) to avoid any risk of being logged out. For bulk updates, see this [KCS article on bulk user email updates](https://knowledge.newrelic.com/s/article/Bulk-User-Email-Updates).
59
-
</Callout>
56
+
**NerdGraph API**
57
+
58
+
You can update your email via the [NerdGraph API](/docs/apis/nerdgraph/examples/nerdgraph-manage-users/#update-users) to avoid any risk of being logged out. For bulk updates, see this [KCS article on bulk user email updates](https://knowledge.newrelic.com/s/article/Bulk-User-Email-Updates).
# When true, application logs will be forwarded to New Relic. The default is true.
138
138
enabled: true
139
139
140
+
# When true and "enable_auto_app_naming" is also true, log events will be sent
141
+
# to their corresponding named entity rather than the roll up entity.
142
+
# Default is false.
143
+
auto_app_naming_association: false
144
+
140
145
# Application log events are collected up to the configured amount. Afterwards,
141
146
# events are sampled to maintain an even distribution across the harvest cycle.
142
147
# Default is 10000. Setting to 0 will disable.
@@ -153,7 +158,7 @@ common: &default_settings
153
158
# A comma separated list of label keys that should NOT be added to application logs.
154
159
# Example:
155
160
# exclude: label_name1,label_name2
156
-
exclude:
161
+
#exclude:
157
162
158
163
# Whether the log events should include context from loggers with support for that.
159
164
context_data:
@@ -167,6 +172,10 @@ common: &default_settings
167
172
# A comma separated list of attribute keys whose values should not be sent to New Relic.
168
173
#exclude:
169
174
175
+
# A comma separated list of strings representing log levels that should not be forwarded. Log level names are case-insensitive but otherwise must be an exact match.
176
+
# Example values: "info, debug"
177
+
#log_level_denylist:
178
+
170
179
# The agent will generate metrics to indicate the number of
171
180
# application log events occurring at each distinct log level.
172
181
metrics:
@@ -202,6 +211,14 @@ common: &default_settings
202
211
#proxy_password: password
203
212
#proxy_scheme: https
204
213
214
+
# Cloud environment settings for container metadata collection:
215
+
# When running in containerized environments (like AWS Fargate) with a proxy,
216
+
# metadata endpoints may need to bypass the proxy to be accessible.
217
+
#cloud:
218
+
# Set to true to bypass proxy for cloud metadata endpoint access.
219
+
# Default is false.
220
+
#metadata_bypass_proxy: false
221
+
205
222
# Limits the number of lines to capture for each stack trace.
206
223
# Default is 30
207
224
max_stack_trace_lines: 30
@@ -214,11 +231,11 @@ common: &default_settings
214
231
# When true, attributes will be sent to New Relic. The default is true.
215
232
enabled: true
216
233
217
-
#A comma separated list of attribute keys whose values should
234
+
#A comma separated list of attribute keys whose values should
218
235
# be sent to New Relic.
219
236
#include:
220
237
221
-
# A comma separated list of attribute keys whose values should
238
+
# A comma separated list of attribute keys whose values should
222
239
# not be sent to New Relic.
223
240
#exclude:
224
241
@@ -248,6 +265,22 @@ common: &default_settings
248
265
# Default is apdex_f.
249
266
transaction_threshold: apdex_f
250
267
268
+
# Controls the addition of comments to the beginning of executed SQL
269
+
# statements to be used by the New Relic Query Performance Monitoring
270
+
# product for entity linking. An empty String disables SQL comments
271
+
# (default setting).
272
+
# Allowed options are:
273
+
# nr_service_guid - The GUID of the New Relic entity this agent is instrumenting
Copy file name to clipboardExpand all lines: src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx
+70-2Lines changed: 70 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2174,7 +2174,7 @@ common: &default_settings
2174
2174
</tbody>
2175
2175
</table>
2176
2176
2177
-
Customize the precentage of garbage collection CPU time above which the circuit breaker should trip. When the percentage of free heap memory is less than `memory_threshold`, and the CPU time spent doing garbage collection is greater than `gc_cpu_threshold`, the circuit breaker trips. In order to make the circuit breaker less likely to trip, decrease `memory_threshold` and/or increase `gc_cpu_threshold`. Adjust these values as needed, based on your application's operating performance and behavior.
2177
+
Customize the percentage of garbage collection CPU time above which the circuit breaker should trip. When the percentage of free heap memory is less than `memory_threshold`, and the CPU time spent doing garbage collection is greater than `gc_cpu_threshold`, the circuit breaker trips. In order to make the circuit breaker less likely to trip, decrease `memory_threshold` and/or increase `gc_cpu_threshold`. Adjust these values as needed, based on your application's operating performance and behavior.
When set to true, this setting allows you to bypass proxy for cloud metadata endpoint access. Default is false.
2261
+
</Collapser>
2262
+
</CollapserGroup>
2233
2263
2234
2264
## Cloud platform utilization [#utilization]
2235
2265
@@ -4180,6 +4210,7 @@ application_logging:
4180
4210
enabled: false
4181
4211
include:
4182
4212
exclude:
4213
+
log_level_denylist: debug
4183
4214
metrics:
4184
4215
enabled: true
4185
4216
local_decorating:
@@ -4494,6 +4525,43 @@ The Java agent can capture context data (Mapped Diagnostic Context in logback/sl
4494
4525
</Collapser>
4495
4526
</CollapserGroup>
4496
4527
4528
+
#### Log Level Denylist [#log-level-denylist]
4529
+
4530
+
The Java agent can omit specific log levels from generating LogEvents that get forwarded to New Relic.
4531
+
4532
+
You can control that through the `log_level_denylist` config option, nested under the `forwarding` section. This setting allows you to define a comma separated list of strings representing log levels (e.g. `log_level_denylist: "info, debug"`) that should not have log events forwarded. Log level names are case-insensitive but otherwise must be an exact match. These settings can be overridden by the `newrelic.config.application_logging.forwarding.log_level_denylist` prefixed system property. The only available option is:
In addition to allowing you to decorate and send individual log lines, the Java agent can capture logging metric data. You can find this data in the logs chart in the New Relic UI. You can configure log metrics settings in the `metrics` section. You can override these settings with the `newrelic.config.application_logging.metrics` prefixed system property. The only available option is:
0 commit comments