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

K8sStatefulsetSample

Data source:

This event contains Kubernetes StatefulSet data.

Attribute nameDefinitionData types
clusterName

Name that you assigned to the cluster when you installed the Kubernetes integration.

createdAt

Timestamp of when the StatefulSet was created.

currentRevision

Indicates the version of the StatefulSet used to generate pods in the sequence. Value range: between 0 and podsCurrent.

label.LABEL_NAME

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

metadataGeneration

Sequence number representing a specific generation of the desired state for the StatefulSet.

namespaceName

Name of the namespace that the StatefulSet belongs to.

observedGeneration

The generation observed by the StatefulSet controller.

podsCurrent

The number of current replicas per StatefulSet.

podsDesired

Number of desired pods for a StatefulSet.

podsMissing

Total number of replicas that are currently missing (number of desired replicas, podsDesired, minus the number of ready replicas, podsReady).

podsReady

The number of ready replicas per StatefulSet.

podsTotal

The number of replicas per StatefulSet.

podsUpdated

The number of updated replicas per StatefulSet.

statefulsetName

Name associated with the StatefulSet.

updateRevision

Indicates the version of the StatefulSet used to generate pods in the sequence. Value range: between podsDesired-podsUpdated and podsDesired.