The Cell metrics provides measurements for uplink and downlink bandwidth, cell unavailable time, number of dynamically scheduled UEs in uplink and downlink, and cell activation and deactivation based on the number of MAC CEs sent.

Example of sample Cell metrics.
{
    "type": "Kafka-Collector",
    "instance": "KC-1",
    "timestamp": "2021-11-11T23:04:24.044000Z",
    "metricType": "Cell",
    "domain": "5G",
    "sub-domain": "vRAN",
    "properties": {
      "dataSource": "100.126.144.164:9999",
      "deviceType": "du",
      "deviceName": "du-851008008",
      "entityType": "du",
      "entityName": "du-6cdcbd97b5-8rrpt"
    },
    "metrics": {
      "CDRX_LongDRXCycle_Count": 1,
      "Cell_Bandwidth_Dl": 1,
      "Cell_Bandwidth_Ul": 1,
      "Cell_Unavailable_Fault": 1,
      "Cell_Unavailable_Manual_Intervention": 1,
      "DynScheduledUeDl": 1,
      "DynScheduledUeUl": 1,
      "MAC_CE_SCellActivation": 1,
      "MAC_CE_SCellDeactivation": 0
    },
    "tags": {
      "CUCPID": "851008000",
      "RUID": "851008213",
      "DUID": "851008008",
      "CellClusterId": "111",
      "kubernetes_namespace": "sdlas00082b-ns-mv-du-851008-001"
    }
  },
The following table lists the JSON definitions.
JSON Description Units
CDRX_LongDRXCycle_Count

Indicates the number of CDRX cycles entered.

Double

Cell_Bandwidth_Dl

Indicates the DL bandwidth of cell.

Megahertz

Cell_Bandwidth_Ul

Indicates the UL bandwidth of cell.

Megahertz

Cell_Unavailable_Fault

Indicates the cell unavailable time due to fault.

Seconds

Cell_Unavailable_Manual_Intervention

Indicates the cell unavailable time due to manual intervention.

Seconds

DynScheduledUeDl

Indicates the number of dynamically scheduled UEs in DL.

Double

DynScheduledUeUl

Indicates the number of dynamically scheduled UEs in UL.

Double

MAC_CE_SCellActivation

Indicates the number of MAC CEs sent to the UE for a SCell Activation.

Double

MAC_CE_SCellDeactivation

Indicates the number of MAC CEs sent to the UE for a SCell Deactivation.

Double