뉴렐릭 데이터 용어집

이 데이터 용어집은 NRDB에 저장되고 NRQL을 통해 쿼리할 수 있는 일부 기본 보고 데이터를 정의합니다. 여기에는 Transaction, MobileRequest 및 BrowserInteraction 같은 이벤트와 Metric, Log 및 Span 데이터 유형이 포함됩니다. 쿼리 빌더 UI에서도 데이터 유형과 속성 이름 위에 마우스를 올리면 정의가 표시됩니다.

다음은 이 용어집에 포함되지 않은 사항입니다.

  • 인프라 통합의 데이터(해당 통합의 문서 참조)
  • 커스텀 데이터
  • 메트릭 데이터의 통합별 세부 속성

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.