Dicionário de dados da New Relic

Este dicionário de dados define alguns dos nossos dados relatados por padrão armazenados no NRDB e que podem ser consultados usando NRQL. Isso inclui eventos como Transaction, MobileRequest e BrowserInteraction, além dos nossos tipos de dados de métrica, log e span. Essas definições também estão disponíveis por meio da nossa interface do criador de consulta, passando o cursor do mouse sobre tipos de dados aplicáveis e nomes de atributos.

Este dicionário não contém:

  • Dados de nossas integrações de infraestrutura (para tal, consulte a documentação da integração específica)
  • Dados personalizados
  • Atributos detalhados específicos da integração para dados de métricas

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.