뉴렐릭 데이터 용어집

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

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

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

K8sContainerSample

Data source:

This event contains Kubernetes container data.

Attribute nameDefinitionData types
clusterName

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

containerCpuCfsPeriodsDelta

Delta change of elapsed enforcement period intervals.

containerCpuCfsPeriodsTotal
count

Total number of elapsed enforcement period intervals.

containerCpuCfsThrottledPeriodsDelta

Delta change of throttled period intervals.

containerCpuCfsThrottledPeriodsTotal

Total number of throttled period intervals.

containerCpuCfsThrottledSecondsDelta
seconds (s)

Delta change of duration the container has been throttled, in seconds.

containerCpuCfsThrottledSecondsTotal
seconds (s)

Total time duration the container has been throttled, in seconds.

containerID
ID

Unique ID associated with the container. If you are running Docker, this is the Docker container id.

containerImage

Name of the image that the container is running.

containerImageID
ID

Unique ID associated with the image that the container is running.

containerMemoryMappedFileBytes
bytes (B)

Total size of memory mapped files used by this container, in bytes.

containerName

Name associated with the container.

containerOOMEventsDelta

Number of "out of memory" events observed for the container (requires k8s v1.24+).

cpuCoresUtilization

Percentage of CPU cores actually used by the container with respect to the CPU limit specified. This percentage is based on this calculation: (cpuUsedCores / cpuLimitCores) * 100.

cpuLimitCores

Integer representing limit CPU cores defined for the container in the pod specification.

cpuRequestedCores

Requested CPU cores defined for the container in the pod specification.

cpuUsedCores

CPU cores actually used by the container.

daemonsetName

Name of the DaemonSet the container is associated with.

deploymentName

Name of the deployment to be used as an identifier.

isReady

Boolean. Whether or not the container's readiness check succeeded.

jobName

Name of the Job the container is associated with.

label.LABEL_NAME

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

memoryLimitBytes
bytes (B)

Integer representing limit bytes of memory defined for the container in the pod specification.

memoryRequestedBytes
bytes (B)

Integer. Requested bytes of memory defined for the container in the pod specification.

memoryUsedBytes
bytes (B)

Integer. Bytes of memory actually used by the container.

memoryUtilization
percentage (%)

Percentage of memory actually used by the container with respect to the memory limit specified.

memoryWorkingSetBytes
bytes (B)

Integer. Bytes of memory in the working set.

memoryWorkingSetUtilization

Percentage of working set memory actually used by the container with respect to the memory limit specified.

namespaceName

Name of the namespace that the container belongs to.

nodeIP

Host IP address the container is running on.

nodeName
count

Host name that the pod is running on.

podName

Name of the pod that the container is in, to be used as an identifier.

reason

Provides a reason why the container is in the current status.

replicasetName

Name of the ReplicaSet the container is associated with.

requestedCpuCoresUtilization
percentage (%)

Percentage of CPU cores actually used by the container with respect to the CPU request specified.

requestedMemoryUtilization
percentage (%)

Percentage of memory actually used by the container with respect to the memory request specified.

requestedMemoryWorkingSetUtilization

Percentage of working set memory actually used by the container with respect to the memory request specified.

restartCount
count

Number of times the container has been restarted.

restartCountDelta
count

Delta change of number of times the container has been restarted.

statefulsetName

Name of the StatefulSet the container is associated with.

status

Current status of the container. Value can be Running, Terminated, or Unknown.