The Domain Radio Bearer (DRB) metrics measures the number of radio bearer establishment attempts or successes at CUCP.

Example of sample DRB metrics.
{
    "type": "Kafka-Collector",
    "instance": "KC-1",
    "timestamp": "2021-11-11T23:04:24.044000Z",
    "metricType": "DRB",
    "domain": "5G",
    "sub-domain": "vRAN",
    "properties": {
      "dataSource": "100.127.46.83:6060",
      "deviceType": "cucp",
      "deviceName": "cucp-851008000",
      "entityType": "ueconmgr",
      "entityName": "ueconmgr-9f9567b57-vn9rw"
    },
    "metrics": {
      "DRB_EstabAtt": 10,
      "DRB_EstabSucc": 0
    },
    "tags": {
      "CUCPID": "851008000",
      "RUID": "851008213",
      "DUID": "851008008",
      "CellClusterId": "111",
      "NSSAI": "1abcdef",
      "kubernetes_namespace": "lasnv001b-ns-mv-cucp-851008"
    }
  },
The following table lists the JSON definitions.
JSON Description Units
DRB.EstabAtt

Indicates the number of DRBs attempted to setup.

Integer

DRB.EstabSucc

Indicates the number of DRBs successfully setup.

Integer