New Relic data dictionary

This data dictionary defines some of our default-reported data stored in NRDB and queryable via NRQL. This includes events like Transaction, MobileRequest, and BrowserInteraction, and our Metric, Log, and Span data types. These definitions are also available from our query builder UI by mousing over applicable data type and attribute names.

This dictionary doesn't contain:

  • Data from our infrastructure integrations (for that, see docs for a specific integration)
  • Custom data
  • Detailed integration-specific attributes for Metric data

NrAiIncident

Data source:

An NrAiIncident is created when violation of an alerts condition generates a violation event, which passes important information downstream.

Attribute nameDefinitionData types
closeCause

If applicable, what caused the incident to close. Available values:

  • CONDITION_DELETED: condition deleted.
  • CONDITION_DISABLED condition disabled.
  • CONDITION_MODIFIED condition edited
  • EVALUATOR: natural close because the metric has ceased to breach the threshold.
  • EXPIRED: incident closed due to TTL.
  • INCIDENT_WORKFLOW_INTEGRATION: a third party closed the issue or incident through an API call.
  • LABEL_BINDINGS_CHANGED : label was removed from the target, causing it to no longer be covered by the condition. This only applies to APM/Mobile/Browser/Infrastructure conditions.
  • LOSS_OF_SIGNAL: signal was lost, and incident was closed based on loss of signal settings.
  • MAINTENANCE: New Relic was performing maintenance and we closed the incident as part of it.
  • POLICY_DELETED: policy was deleted.
  • TARGET_REMOVED: the target was removed from the condition.
  • USER: closed manually by a user.