Diccionario de datos de New Relic

El diccionario de datos define algunos de los datos que se presentan de manera predeterminada en NRDB y los que se pueden consultar a través de NRQL. Esto incluye eventos como Transaction, MobileRequest y BrowserInteraction y también los tipos de datos de métricas, logs y spans. Estas definiciones también se pueden consultar a través de la IU de nuestro generador de consultas. Para ello, pasa el mouse por encima del tipo de datos y los nombres de atributos que corresponda.

Este diccionario no contiene:

  • Datos de nuestras integraciones de infraestructura (para ello, consulta la documentación de la integración correspondiente)
  • Datos personalizados
  • Atributos detallados y específicos de la integración para uso con los datos de métricas

NrIntegrationError

Data source:

The NrIntegrationError event captures error messages related to data ingest, such as exceeding limits or malformed data.

Attribute nameDefinitionData types
apiKeyPrefix

The first six characters of the API key used for the request that generated an error.

category

The category of the error (for example, EventApiException for custom events).

http.statusCode
enum

The HTTP status code associated with the transaction. Some agents use httpResponseCode, which is equivalent.

httpResponseCode
enum

The HTTP response code associated with the transaction. Some agents use http.statusCode, which is equivalent.

message

Contents of the error message.

name

The error's name (for example, EventValidationException for custom events).

newRelicFeature

The name of the feature experiencing errors. For example: Event API, Metrics, or Distributed tracing.

requestId
ID

The UUID returned by the API for the request that generated an error.

response.status
enum

The HTTP response code associated with the transaction.