Dictionnaire de données New Relic

Ce dictionnaire de données définit certaines de nos données signalées par défaut stockées dans NRDB et interrogeables via NRQL. Cela inclut des événements tels que Transaction, MobileRequest et BrowserInteraction, ainsi que nos types de données Metric, Log et Span. Ces définitions sont également disponibles à partir de notre interface utilisateur de création de requêtes en passant la souris sur les types de données et les noms d'attributs applicables.

Ce dictionnaire ne contient pas :

  • Données de nos intégrations d'infrastructure (pour cela, consultez la documentation d'une intégration spécifique)
  • Données personnalisées
  • Attributs détaillés spécifiques à l'intégration pour les données métriques

BrowserInteraction

Data source:

A BrowserInteraction represents a unit of work in a browser session, triggered by a user interacting with the webpage. It captures information about the session, AJAX calls and custom JavaScript timing that occurred as a result of the interaction. Initial load and route changes are captured as special types of browser interactions, and are used for SPA monitoring.

Attribute nameDefinitionData types
hasReplay

Indicates whether the event is associated with a session replay. If you already have custom dashboards, adding hasReplay = true to queries would allow you to search for a particular session of interest and watch the replay.

timeToUnloadEventStart
seconds (s)

The time, in seconds, from the start of the interaction to the unloadEventStart, as defined by the Navigation Timing API. This attribute exists for initial page load events, not route changes.

For more information about the Navigation Timing API, see Instrumentation for Browser monitoring.