뉴렐릭 데이터 용어집

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

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

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

K8sApiServerSample

Data source:

This event contains Kubernetes API server data.

Attribute nameDefinitionData types
apiserverCurrentInflightRequestsMutating

Maximal number of currently used inflight request limit of the apiserver per request kind Mutating in the last second (requires k8s v1.23+).

apiserverCurrentInflightRequestsReadOnly

Maximal number of currently used inflight request limit of the apiserver per request ReadOnly kind in the last second (requires k8s v1.23+).

apiserverRequestDelta_verb_VERB_code_CODE
count

This is a delta counter for each request verb (e.g. GET, WATCH, LIST, CREATE) and their response codes. The delta is between the current and the last polled value.

apiserverRequestRate_verb_VERB_code_CODE

Rate of apiserver requests per minute, broken out for each verb and HTTP response code.

apiserverStorageObjects_resource_RESOURCE-KIND

Number of stored objects at the time of last check, split by kind (requires k8s 1.23+; replaces etcdObjectCounts).

etcdObjectCounts_resource_RESOURCE_KIND

Number of stored objects at the time of last check, split by kind (alpha; deprecated in Kubernetes 1.22; replaced by apiserverStorageObjects).

goGoroutines

Number of goroutines that currently exist.

goThreads

Number of OS threads created.

processCpuSecondsDelta
seconds (s)

Difference of the user and system CPU time spent, in seconds.

processResidentMemoryBytes
bytes (B)

Resident memory size, in bytes.

restClientRequestsDelta_code_CODE_method_METHOD

Difference of the number of HTTP requests, partitioned by method and code.

restClientRequestsRate_code_CODE_method_METHOD

Rate of the number of HTTP requests, partitioned by method and code.