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

NrAiIssue

Data source:

An NrAiIssue is created when a threshold of an alert condition generates an incident event, which passes important information downstream.

Attribute nameDefinitionData types
closeCause

What caused the incident to close. Available values:

  • CLOSED_BY_ISSUE: Issue in a created state that closed naturally before activation.

  • CLOSED_BY_USER: Issue in a created state that the user closes before activation.

  • CLOSE_INACTIVE: Issue reached 5000 (max) incidents.

  • closeTtl: Issue closed due to issue TTL (issue settings).

  • 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_CLOSED: The issue contains only anomalies and is closed when the last anomaly is closed.

  • LOSS_OF_SIGNAL: Signal was lost, and incident was closed based on loss of signal settings.

  • POLICY_DELETED: Policy was deleted.

  • TARGET_REMOVED: The target was removed from the condition.

  • thirdPartyIntegration: A third party closed the issue through an API call.

  • USER: Closed manually by a user on the legacy version.

  • userAction: Closed manually by a user.