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

K8sEtcdSample

Data source:

This event contains Kubernetes etcd data.

Attribute nameDefinitionData types
etcdMvccDbTotalSizeInBytes
bytes (B)

Total size of the underlying database physically allocated, in bytes.

etcdNetworkClientGrpcReceivedBytesRate

Rate of the total number of bytes received from gRPC clients.

etcdNetworkClientGrpcSentBytesRate

Rate of the total number of bytes sent to gRPC clients.

etcdServerHasLeader

Whether or not a leader exists. 1 is existence, 0 is not.

etcdServerLeaderChangesSeenDelta

Difference of the number of leader changes seen.

etcdServerProposalsAppliedDelta

Difference of the total number of consensus proposals applied.

etcdServerProposalsAppliedRate

Rate of the total number of consensus proposals applied.

etcdServerProposalsCommittedDelta

Difference of the total number of consensus proposals committed.

etcdServerProposalsCommittedRate

Rate of the total number of consensus proposals committed.

etcdServerProposalsFailedDelta

Difference of the total number of failed proposals seen.

etcdServerProposalsFailedRate

Rate of the total number of failed proposals seen.

etcdServerProposalsPending
count

The current number of pending proposals to commit.

goGoroutines

Number of goroutines that currently exist.

goThreads

Number of OS threads created.

processCpuSecondsDelta

Difference of the user and system CPU time spent in seconds.

processFdsUtilization

Percentage open file descriptors with respect to the maximum number that can be opened.

processMaxFds

Maximum number of open file descriptors.

processOpenFds
count

Number of open file descriptors.

processResidentMemoryBytes
bytes (B)

Resident memory size, in bytes.