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

K8sVolumeSample

Data source:

This event contains Kubernetes volume data.

Attribute nameDefinitionData types
clusterName

Cluster where the volume is configured.

fsAvailableBytes
bytes (B)

Capacity available of the volume, in bytes.

fsCapacityBytes
bytes (B)

Capacity of the volume, in bytes.

fsInodes

Total inodes of the volume.

fsInodesFree

inodes available in the volume.

fsInodesUsed

inodes used in the volume.

fsUsedBytes
bytes (B)

Usage of the volume, in bytes.

fsUsedPercent
percentage (%)

Usage of the volume in percentage.

namespaceName

Namespace where the volume is configured.

persistent

If this is a persistent volume, this value is set to true.

podName

The pod that the volume is attached to. The Kubernetes monitoring integration lists volumes that are attached to a pod.

pvcName

Name that you assigned to the Persistent Volume Claim at creation.

pvcNamespace

Namespace where the Persistent Volume Claim is configured.

volumeName

Name that you assigned to the volume at creation.