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

NrdbQuery

Data source:

Each time a query is executed on behalf of a user in your account an NrdbQuery event is published. Events contain the full query string, information about when and where it originated, and how it performed.

Attribute nameDefinitionData types
status
enum

Indicates the successful or unsuccessful execution of the query. Available values:

  • successful: Query executed successfully.
  • error: Query failed to execute due to an error.
  • cancelled: Query execution stopped before fully completed.
  • limited - congestion: Query dropped due to internal New Relic system congestion.
  • limited - inspected count: Query dropped due to your account being over its inspected count resource limits.
  • limited - memory estimation: Query dropped as its estimated memory consumption exceeded system constraints. Reducing the complexity of this query could increase the probability of successful execution.
  • limited: Query dropped, no reason available.
  • timedout: Query timed out before execution completed and did not return results. Try reducing the scope of the query by changing the time window or reducing the number of EventTypes in the FROM clause.