New Relic data dictionary
This data dictionary lists and defines the attributes attached to New Relic events and other data objects (like Metric and Span data).
This dictionary does not contain data reported by Infrastructure integrations. To learn about that data, see the integration documentation.
Displaying 1 - 35 of 35 results found
Browser agent
AjaxRequest
Attribute name | Summary |
---|---|
appId | The ID of your application, as recorded by New Relic. |
appName | The name of the application that handled the request as shown in New Relic Browser. |
asn | Autonomous System Number: a unique number identifying a group of IP networks that serves the content to the end user. |
asnLatitude | The latitude of the geographic center of the postal code where the Autonomous System Network is registered. This is not the end user's latitude. |
asnLongitude | The longitude of the geographic center of the postal code where the Autonomous System Network is registered. This is not the end user's longitude. |
asnOrganization | The organization that owns the Autonomous System Number. Often an ISP, sometimes a private company or institution. |
browserInteractionId | A unique value generated for each browser interaction captured by the New Relic agent. |
browserInteractionName | The name of the interaction. This is either the targetGroupedUrl or the custom name set via the API. |
city | The city in which the PageView event occurred, such as Portland or Seattle. |
countryCode | The country from which the browser initiated the page load. For a list of country codes, see ISO 3166-1 alpha-2. |
deviceType | The type of device that loaded the page: mobile, tablet, or desktop. |
eventId | A value that you can link to multiple BrowserInteraction events so you can view the interactions that occurred surrounding a specific event. For example, you can see the browser interactions that occurred prior to a JS error. |
groupedPageURL | The grouped URL of the view that made the AJAX request. For example: myapp.com/acct/*/dash. |
groupedRequestUrl | The grouped URL of the AJAX request. For example: myapp.com/acct/*/ajax. |
hostname | The fully qualified domain name (FQDN) of the request URL. |
httpMethod | The HTTP method of the AJAX request. Example: POST. |
httpResponseCode | The HTTP response code. Example: 200. |
jsDuration | The total duration, in seconds, spent on JavaScript execution. (This attribute doesn't exist for initial page load events.) |
pageUrl | The URL of the page that was loaded for the PageView. For example: http://www.newrelic.com. This URL does not include query parameters. |
parentEventId | A unique value generated for each interaction with the page. You can use this value to group interactions together. |
port | The request port. |
priority | Likelihood this event will be saved. |
regionCode | The specific administrative division within a country where the PageView event occurred. In the United States, regions correspond to state codes, such as WA or NY. Outside the United States, a country's regions correspond to numerical codes. Read more. |
requestBodySize | The payload size of the request body, in bytes. |
requestUrl | The URL of the AJAX request. For example: myapp.com/acct/1/ajax. |
responseBodySize | The payload size of the response body, in bytes. |
session | A unique identifier for a single session. The session cookie expires when the user closes the browser (for example, they fully exit Chrome.) A new session identifier will be assigned when the user opens up a new instance of the browser. |
timeSinceBrowserInteractionStart | The time in seconds between the start of the BrowserInteraction and the start of the request. |
timestamp | The time (date, hour, minute, second) at which the interaction occurred. |
timeToLastCallbackEnd | The duration, in seconds, from the start of the request (timestamp) to the end of the last callback. This is not just an additive function; the callback time can overlap with the wait time. |
timeToLoadEventStart | The time, in seconds, from the start of the AJAX request to the start of its load event. This value represents the duration of the AJAX request with single page app (SPA) monitoring. Read more. |
timeToSettle | The time, in seconds, from the start of the request to when all resulting callbacks (including callbacks of subsequent AJAX requests) are complete. |
userAgentName | The browser’s name, such as Chrome and Firefox, obtained from the User-Agent header of an HTTP request. |
userAgentOS | The browser’s reported operating system, such as Windows or Linux, that it is running on. This is obtained from the User-Agent header of an HTTP request. |
userAgentVersion | The browser’s reported software version, which is obtained from the User-Agent header of an HTTP request. |