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

MobileApplicationExit

Data source:

A MobileApplicationExit event is generated when an app terminates, either due to a crash or other reasons such as low memory, ANRs, etc. Currently, this event is reported only for Android mobile applications. It leverages Android’s ApplicationExitInfo API to monitor and report on the different reasons for your app’s termination.

This event provides valuable insights into the circumstances surrounding the app's termination and includes attributes such as reason, description, etc. For example, to understand the different reasons for your app exit, you would look at the reason attribute. For all ANRs, the reason would be 6, for crashes it would be 4, and so on, as described in the Android documentation. For a human readable description for your app exit, try looking at the description attribute.

Attribute nameDefinitionData types
osVersion

The exact version number of the app's host operating system, such as iOS 11.0.4, as compared to iOS 11.