뉴렐릭 데이터 용어집

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

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

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

K8sJobSample

Data source:

This event contains Kubernetes Job data.

Attribute nameDefinitionData types
activePods

The number of actively running Job pods.

completedAt

Timestamp of when the Job was completed.

createdAt

Timestamp of when the Job was created.

failed

Whether the job has failed its execution.

failedPods

The number of pods which reached Phase Failed.

failedPodsReason

The reason a pod reached Phase Failed.

isComplete

Whether the job has completed its execution.

jobName

The name of the Job.

label.LABEL_NAME

Labels associated with your Job, so you can filter and query for specific Jobs. By default they are not collected, so you need to enable them in the KSM chart by configuring the metricLabelsAllowlist.

namespaceName

Name of the namespace that the Job belongs to.

ownerIsController

Information about the Job's owner.

ownerKind

The type of Kubernetes workload that created the Job (e.g. CronJob).

ownerName

The name of the Kubernetes workload that created the Job.

specActiveDeadlineSeconds
seconds (s)

The duration in seconds relative to the startTime that the Job may be active before the system tries to terminate it.

specCompletions

The desired number of successfully finished pods the Job should be run with.

specParallelism

The maximum desired number of pods the Job should run at any given time.

startedAt

Timestamp of when the Job was acknowledged by the Job Manager.

succeededPods

The number of pods which reached Phase Succeeded.