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

PageViewTiming

Data source:

This event represents individual timing events during a page view lifecycle (for example, time when the largest element is displayed, or the first user interaction with the page). See the PageViewTiming docs for a list of reported events.

Attribute nameDefinitionData types
networkEffectiveType

This is the effective connection type ('slow-2g', '2g', '3g' or '4g'), of the current network connection at the time the PageViewTiming event was captured. This value will only be reported with the largestContentfulPaint and firstInteraction events on compatible browsers.

The value is captured from the NetworkInformation API. For a full browser compatibility table and description see MDN Web Docs: NetworkInformation.effectiveType. See also Effective connection type for a description of each type.