뉴렐릭 데이터 용어집

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

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

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

K8sPodSample

Data source:

This event contains Kubernetes pod data.

Attribute nameDefinitionData types
clusterName

Name that you assigned to the cluster when you installed the Kubernetes integration.

createdAt

Timestamp of when the pod was created in epoch seconds.

createdBy

Name of the Kubernetes object that created the pod, for example, newrelic-infra.

createdKind

Kind of Kubernetes object that created the pod, for example, DaemonSet.

daemonsetName

Name of the DaemonSet the Pod is associated with.

deploymentName

Name of the deployment to be used as an identifier.

isReady

Boolean representing whether or not the pod is ready to serve requests.

isScheduled

Boolean representing whether or not the pod has been scheduled to run on a node.

jobName

Name of the Job the Pod is associated with.

label.LABEL_NAME

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

message

Details related to the last pod status change.

namespaceName

Name of the namespace that the pod belongs to.

net.errorCountPerSecond
second (s)

Number of errors per second while receiving/transmitting over the network.

net.errorsPerSecond
seconds (s)

Number of errors per second.

net.rxBytesPerSecond

Number of bytes per second received over the network.

net.txBytesPerSecond

Number of bytes per second transmitted over the network.

nodeIP

Host IP address that the pod is running on.

nodeName
count

Host name that the pod is running on.

podIP

IP address of the pod. If it doesn't have an IP, it'll be empty.

podName

Name of the pod to be used as an identifier.

reason

Reason why the pod is in the current status.

replicasetName

Name of the ReplicaSet the Pod is associated with.

startTime

Timestamp of when the pod started running in epoch seconds.

statefulsetName

Name of the StatefulSet the Pod is associated with.

status

Current status of the pod. Value can be Pending, Running, Succeeded, Failed, Unknown.