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

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.