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

K8sJobSample

Data source:

This event contains Kubernetes Job data.

Attribute nameDefinitionData types
activePods

The number of actively running Job pods.

completedAt

Timestamp of when the Job was completed.

createdAt

Timestamp of when the Job was created.

failed

Whether the job has failed its execution.

failedPods

The number of pods which reached Phase Failed.

failedPodsReason

The reason a pod reached Phase Failed.

isComplete

Whether the job has completed its execution.

jobName

The name of the Job.

label.LABEL_NAME

Labels associated with your Job, so you can filter and query for specific Jobs. By default they are not collected, so you need to enable them in the KSM chart by configuring the metricLabelsAllowlist.

namespaceName

Name of the namespace that the Job belongs to.

ownerIsController

Information about the Job's owner.

ownerKind

The type of Kubernetes workload that created the Job (e.g. CronJob).

ownerName

The name of the Kubernetes workload that created the Job.

specActiveDeadlineSeconds
seconds (s)

The duration in seconds relative to the startTime that the Job may be active before the system tries to terminate it.

specCompletions

The desired number of successfully finished pods the Job should be run with.

specParallelism

The maximum desired number of pods the Job should run at any given time.

startedAt

Timestamp of when the Job was acknowledged by the Job Manager.

succeededPods

The number of pods which reached Phase Succeeded.