New Relic data dictionary

This data dictionary defines some of our default-reported data stored in NRDB and queryable via NRQL. This includes events like Transaction, MobileRequest, and BrowserInteraction, and our Metric, Log, and Span data types. These definitions are also available from our query builder UI by mousing over applicable data type and attribute names.

This dictionary doesn't contain:

  • Data from our infrastructure integrations (for that, see docs for a specific integration)
  • Custom data
  • Detailed integration-specific attributes for Metric data

LlmEmbedding

Data source:

An event that captures data specific to the creation of an embedding.

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.

input

The text string passed to the embedding creation call.

request.model

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

request_id
ID

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

response.model

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

response.organization

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

span_id
ID

The identifier for the span.

token_count

The integer value returned from llm_token_count_callback. Omitted if no value is returned.

trace_id
ID

The identifier for the trace.

vendor

The name of the vendor that provided the model.