뉴렐릭 데이터 용어집

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

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

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

DistributedTraceSummary

This event contains summary data about a distributed trace and provides an aggregated view of distributed tracing data. DistributedTraceSummary events are generated by New Relic and are triggered by distributed tracing data from agents or the Trace API. This event only appears in the parent account.

Attribute nameDefinitionData types
accountIds

A comma delimited list of newrelic accountIds that took part in this trace.

backend.duration.ms
milliseconds (ms)

The total elapsed time in milliseconds of all backend services in this trace.

backend.timestamp
milliseconds (ms)

The timestamp of the first span in this trace from a backend entity. In distributed tracing, any events that are not from client-side applications contributed to the backend duration.

duration.ms

The duration of the entire distributed trace, including both backend and client-side entities. the earliest span to the latest.

entityCount
count

The number of unique entities that took part in this trace.

entityGuids

A comma delimited list of entity GUIDs for entities that participated in this trace. These GUIDs are assigned by New Relic for the New Relic-monitored entity (host, application, etc.). Each GUID is stored as a Base64 encoded value.

errorCount
count

The number of events in this distributed trace that were identified as errors.

newRelic.traceFilter.type

The name of the trace filter used by the Infinite Tracing trace observer to select this trace.

root.entity.accountId

The New Relic account ID that the root entity of this trace reports data to.

root.entity.guid

The entity GUID associated with the root entity of this trace.

root.entity.name

The name of the root entity of this trace.

root.span.duration.ms
milliseconds (ms)

The elapsed time in milliseconds of the root span of this trace. The root of a distributed trace is the first span, and will have a null value for parent.id.

root.span.id

The unique identifier of the root span of this trace. The root of a distributed trace is the first span, and it has a null value for parent.id.

root.span.name

The name of the root span of this trace.

root.span.timestamp
milliseconds (ms)

The timestamp of the root span of this trace. The root of a distributed trace is the first span, and will have a null value for parent.id.

spanCount
count

The number of events in this distributed trace. Events in a distributed trace can have several event types, including Span, Transaction, and TransactionError.

timestamp
milliseconds (ms)

The timestamp of the root span in this distributed trace.

trace.id
ID

The unique ID (a randomly generated string) used to identify a single request as it crosses inter- and intra- process boundaries. This ID allows the linking of spans in a distributed trace. Included when distributed tracing is enabled.