뉴렐릭 데이터 용어집

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

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

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

WorkloadStatus

Data source:

The workload status is derived from the alerting status of entities in your workload. This allows you to set up an alert condition to notify you whenever the workload goes into a DISRUPTED or DEGRADED status.

Attribute nameDefinitionData types
entity.name

The name of the entity (for example, an app name, host name, or workload name).

statusValue

Human-readable value of the workload status: OPERATIONAL, DEGRADED, DISRUPTED, or UNKNOWN.

statusValueCode
enum

Numerical status code that can be used in alert conditions. 0 (operational), 2 (degraded), 3 (disrupted) or -99 (unknown). For more information, see our workload status docs.

timestamp

Time that the event occurred or was evaluated over. Specifies a time or range of time. Examples:

  • MM-DD-YYYY HH:MM:SS
  • SINCE 2018-05-28 11:18:45
  • UNTIL 30 minutes ago
  • SINCE '2018-06-20' UNTIL today
workloadGuid
ID

The New Relic-assigned GUID for a workload.