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

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.