뉴렐릭 데이터 용어집

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

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

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

LlmChatCompletionSummary

Data source:

An event that captures high level data about the creation of a chat completion for request and response messages.

Attribute nameDefinitionData types
duration
milliseconds (ms)

Total time for the chat or embedding call to complete.

error
Boolean

If the agent detects an error during the creation call, it sets the value to True. Omitted if the agent doesn't detect an error.

id
ID

An agent-generated identifier for the event.

ingest_source

The name of the APM agent that collected the data.

request.max_tokens

An integer value for the maximum number of tokens that can be generated during a chat completion. The value is typically set from a hardcoded configuration.

request.model

The model that processed the request. May or may not match the value for response.model.

request.temperature

An integer value that represents how random or deterministic an output response should be. The threshold for random and deterministic values can vary with vendor and model, but more deterministic responses will be closer to 0. If the number is higher, then it is more random.

request_id
ID

The ID associated with the request, which is typically available in the response headers.

response.choices.finish_reason

A string value containing the reason a model stopped generating tokens.

response.model

The model that returned the response. May or may not match the value for request.model.

response.number_of_messages

An integer value for the number of messages in a completed chat exchange. This includes messages from the system, user, and AI assistant

response.organization

The unique identifier for your organization that can be used in API requests.

span_id
ID

The identifier for the span.

trace_id
ID

The identifier for the trace.

vendor

The name of the vendor that provided the model.