Diccionario de datos de New Relic

El diccionario de datos define algunos de los datos que se presentan de manera predeterminada en NRDB y los que se pueden consultar a través de NRQL. Esto incluye eventos como Transaction, MobileRequest y BrowserInteraction y también los tipos de datos de métricas, logs y spans. Estas definiciones también se pueden consultar a través de la IU de nuestro generador de consultas. Para ello, pasa el mouse por encima del tipo de datos y los nombres de atributos que corresponda.

Este diccionario no contiene:

  • Datos de nuestras integraciones de infraestructura (para ello, consulta la documentación de la integración correspondiente)
  • Datos personalizados
  • Atributos detallados y específicos de la integración para uso con los datos de métricas

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.