The Session Management (SM) metrics measures the number of CUCP PDU session setups.

Example of sample SM metrics.
{
    "type": "Kafka-Collector",
    "instance": "KC-1",
    "timestamp": "2021-11-11T23:04:24.044000Z",
    "metricType": "SM",
    "domain": "5G",
    "sub-domain": "vRAN",
    "properties": {
      "dataSource": "100.127.46.83:6060",
      "deviceType": "cucp",
      "deviceName": "cucp-851008000",
      "entityType": "ueconmgr",
      "entityName": "ueconmgr-9f9567b57-vn9rw"
    },
    "metrics": {
      "SM_PDUSessionSetupReq_SNSSAI": 10,
      "SM_PDUSessionSetupFail_HOTriggered": 0,
      "SM_PDUSessionSetupFail_MultiPDUSessId": 0,
      "SM_PDUSessionSetupSucc_SNSSAI": 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
SM_PDUSessionSetupReq_SNSSAI

Indicates the number of PDU sessions requested to setup.

Double

SM_PDUSessionSetupFail_HOTriggered

Indicates the number of PDU sessions failed to setup for HO related reasons.

Double

SM_PDUSessionSetupFail_MultiPDUSessId

Indicates the number of PDU Sessions failed to setup with cause as Multiple PDU Session ID Instances.

Double

SM_PDUSessionSetupSucc_SNSSAI

Indicates the number of PDU sessions successfully setup.

Double