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

K8sReplicasetSample

Data source:

This event contains Kubernetes ReplicaSet data.

Attribute nameDefinitionData types
clusterName

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

createdAt

Timestamp of when the ReplicaSet was created.

deploymentName

Name of the deployment to be used as an identifier.

namespaceName

Name of the namespace that the ReplicaSet belongs to.

observedGeneration

Integer representing generation observed by the ReplicaSet.

podsDesired

Number of replicas that you defined in the deployment.

podsFullyLabeled

Number of pods that have labels that match the ReplicaSet pod template labels.

podsMissing

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

podsReady

Number of replicas that are ready for this ReplicaSet.

podsTotal

Total number of replicas that are currently running.

replicasetName

Name of the ReplicaSet to be used as an identifier.