New Relicデータ辞書

このデータディクショナリは、NRDBに格納され、NRQLでのクエリが可能な、デフォルトのレポートデータの一部を定義します。これには、Transaction、MobileRequest、BrowserInteraction、Metric、Log、Spanなどのイベントが含まれます。これらの定義は、該当するデータ型と属性名にマウスを合わせると、クエリビルダーUIからも利用できます。

このディクショナリには、以下は含まれていません。

  • インフラストラクチャインテグレーションからのデータ(特定のインテグレーションについては、ドキュメントを参照)
  • カスタムデータ
  • メトリクスデータの詳細なインテグレーション固有の属性

K8sControllerManagerSample

Data source:

This event contains Kubernetes controller manager data.

Attribute nameDefinitionData types
goGoroutines

Number of goroutines that currently exist.

goThreads

Number of OS threads created.

leaderElectionMasterStatus

Gauge of if the reporting system is master of the relevant lease, 0 indicates backup, 1 indicates master.

nodeCollectorEvictionsDelta

Delta change of node evictions that happened since current instance of NodeController started (requires k8s v1.24+).

processCpuSecondsDelta
seconds (s)

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

processResidentMemoryBytes
bytes (B)

Resident memory size, in bytes.

workqueueAddsDelta_name_WORK_QUEUE_NAME

Difference of the total number of adds handled by workqueue.

workqueueDepth_name_WORK_QUEUE_NAME

Current depth of workqueue.

workqueueRetriesDelta_name_WORK-QUEUE-NAME

Difference of the total number of retries handled by workqueue.