Attributes are key-value pairs containing information that determines the properties of an event or transaction. These key-value pairs can be viewed within transaction traces in APM, traced errors in APM, transaction events in dashboards, and page views in dashboards. You can customize exactly which attributes will be sent to each of these destinations.
These attribute settings apply to version 3.6.177.0 or higher of the .NET agent.
Attributes added to an AddCustomParameter() call on the New Relic API. Defaults:
Transaction traces: Enabled
Error collector (traced errors): Enabled
Transaction events: Enabled
Page views (browser monitoring): Disabled
Attributes added to a NoticeError() call on the New Relic API. Defaults:
Transaction traces: Unavailable
Error collector (traced errors): Enabled
Transaction events: Unavailable
Page views (browser monitoring): Unavailable
The response status code for a web request. Defaults:
Transaction traces: Enabled
Error collector (traced errors): Enabled
Transaction events: Enabled
Page views (browser monitoring): Unavailable
The optional request header referer. Defaults:
Transaction traces: Enabled
Error collector (traced errors): Enabled
Transaction events: Disabled
Page views (browser monitoring): Unavailable
Request parameters from the transaction. Defaults:
Transaction traces: Disabled
Error collector (traced errors): Disabled
Transaction events: Disabled
Page views (browser monitoring): Unavailable
The capture_params property has been deprecated. However, if set to true, it will enable request parameters for transaction traces and traced errors.
Request parameters from the WCF transaction.
Transaction traces: Disabled
Error collector (traced errors): Disabled
Transaction events: Disabled
Page views (browser monitoring): Unavailable
Queue time for a web request.
Transaction traces: Enabled
Error collector (traced errors): Enabled
Transaction events: Disabled
Page views (browser monitoring): Unavailable
Original URL from a web request.
Transaction traces: Enabled
Error collector (traced errors): Enabled
Transaction events: Disabled
Page views (browser monitoring): Unavailable
Upgrade the .NET agent
When upgrading to .NET agent 3.6.177.0 or higher, upgrade your newrelic.config file. For more information about deprecated properties, see Enabling and disabling attributes.
For more help
Additional documentation resources include:
Agent attributes (types, destinations, and limits for attributes used by New Relic agents)