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

K8sCronjobSample

Data source:

This event contains Kubernetes CronJob data.

Attribute nameDefinitionData types
concurrencyPolicy

Whether or not to allow the jobs created by this CronJob to run concurrently.

createdAt

Timestamp of when the CronJob was created.

cronjobName

The name of the CronJob.

isActive

Whether the CronJob has currently running jobs.

isSuspended

Whether the CronJob is currently suspended.

label.LABEL_NAME

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

lastScheduledTime

The last time the CronJob successfully scheduled a job.

metadataResourceVersion

The resource version representing a specific version of the Cronjob.

namespaceName

Name of the namespace that the CronJob belongs to.

nextScheduledTime

Next time the Cronjob should be scheduled. The time after lastScheduleTime, or after the Cronjob's creation time if it's never been scheduled. Use this to determine if the job is delayed.

schedule

The schedule which the CronJob uses to run jobs.

specStartingDeadlineSeconds
seconds (s)

The deadline in seconds for starting the job if it misses scheduled time for any reason.