6 CNC Console Metrics

This section provides the information about CNC Console Metrics.

Note:

Two sample dashboards are provided one supporting CNE 1.8 or lower, second one supporting CNE Prometheus HA (OCCNE 1.9.x and higher versions.x and higher versions)

  • CNCC Metric Dashboard file : occncc_metric_dashboard_<version>.json
  • CNCC Metric Dashboard file supporting CNE Prometheus HA: occncc_metric_dashboard_promha_<version>.json

Note:

Prometheus HA supported CNE (OCOCCNE 1.9.x and higher versions.x and higher versions) tags/labels are renamed as shown in below table

CNE 1.8.0 or previous section Prometheus HA supported CNE (OCOCCNE 1.9.x and higher versions.x and higher versions
kubernetes_namespace namespace
kubernetes_pod_name pod
container_name container

Consider updating tags mentioned in following sections of the document as suggested above for Prometheus HA supported CNE

  • CNCC IAM Metrics
  • CNCC Core Metrics
  • CNCC KPIs
  • CNCC Alerts

Dimension Description

The following table describes the different types of metric dimensions:

Table 6-1 CNC Console Dimension Descriptions

Dimension Description Values
Method Http method GET, PUT, POST, DELETE, PATCH
HttpVersion Http protocol version HTTP/1.1, HTTP/2.0
Scheme Http protocol scheme HTTP, HTTPS, UNKNOWN
Route_Path Path predicate that matched the current request NF specific routes
InstanceIdentifier Identifier for Ingress Gateway cncc-iam_ingressgateway, cncc-mcore_ingressgateway, cncc-acore_ingressgateway
ResourcePath Http url  
ResourceType NF type being accessed SCP, NRF...
UserId Id of the user  
UserName Name of the user  
AuthenticationType Authentication method used to access CNCC Core GUI JWT, OAUTH
Host    
Status    
ErrorOriginator    

6.1 CNC Console IAM Metrics

This section provides the information about the CNCC IAM Metrics:

6.1.1 M-CNCC IAM Requests

Table 6-2 M-CNCC IAM Requests

Metric Details Total number of requests received by M-CNCC IAM
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.2 M-CNCC IAM Response

Table 6-3 M-CNCC IAM Response

Metric Details Total number of responses sent by M-CNCC IAM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway"}}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.3 M-CNCC IAM Success Responses

Table 6-4 M-CNCC IAM Success Responses

Metric Details Total number of success responses (2xx) for M-CNCC IAM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",Status=~"2.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.4 M-CNCC IAM 5xx Responses

Table 6-5 M-CNCC IAM 5xx Responses

Metric Details Total number of error responses (5xx) for M-CNCC IAM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",Status=~"5.*"}
Dimensions
  • ErrorOriginator
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.5 M-CNCC IAM 4xx Responses

Table 6-6 M-CNCC IAM 4xx Responses

Metric Details Total number of error responses (4xx) for M-CNCC IAM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",Status=~"4.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.6 M-CNCC IAM Error Responses

Table 6-7 M-CNCC IAM Error Responses

Metric Details Total number of error responses for M-CNCC IAM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",Status=~"4.*|5.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.7 M-CNCC IAM Access Token Request

Table 6-8 M-CNCC IAM Access Token Request

Metric Details Total number of access token requests received for M-CNCC IAM
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token"}

Group by user:(CNE 1.8.x or previous versions)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token"})

Group by user: (CNE 1.9.0 or later versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token"}))

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.8 M-CNCC IAM Access Token Granted

Table 6-9 M-CNCC IAM Access Token Granted

Metric Details Total number of access token granted for M-CNCC IAM
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Status="200 OK"}

Group by user: (CNE 1.8.x or previous versions)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Status="200 OK"})

Group by user: (CNE 1.9.0 or later versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Status="200 OK"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.9 M-CNCC IAM Access Token Not Granted

Table 6-10 M-CNCC IAM Access Token Not Granted

Metric Details Total number of access token not granted for M-CNCC IAM
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Status=~"4.*|5.*"}

Group by user: (CNE 1.8.x or previous versions)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Status=~"4.*|5.*"})

Group by user: (CNE 1.9.0 or later versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Status=~"4.*|5.*"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.1.10 M-CNCC IAM User Login Failure Responses

Table 6-11 M-CNCC IAM User Login Failure Responses

Metric Details Total number of user login failure at M-CNCC IAM
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/login-actions/authenticate",Status="200 OK"}

Group by user: (CNE 1.8.x or previous versions)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/login-actions/authenticate",Status="200 OK"})

Group by user: (CNE 1.9.0 or later versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/master/login-actions/authenticate",Status="200 OK"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
Metric Type Counter

6.2 M-CNCC Core Metrics

This section provides the information about the M-CNCC Core Metrics:

6.2.1 M-CNCC Core Requests

Table 6-12 M-CNCC Core Requests

Metric Details Total number of requests received by M-CNCC Core
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.2 M-CNCC Core Responses

Table 6-13 M-CNCC Core Responses

Metric Details Total number of responses for M-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.3 M-CNCC Core Success Responses

Table 6-14 M-CNCC Core Success Responses

Metric Details Total number of success responses (2xx) for CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status=~"2.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.4 M-CNCC Core 5xx Responses

Table 6-15 M-CNCC Core 5xx Responses

Metric Details Total number of error responses (5xx) for M-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status=~"5.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.5 M-CNCC Core 4xx Responses

Table 6-16 M-CNCC Core 4xx Responses

Metric Details Total number of error responses (4xx) for M-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status=~"4.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.6 M-CNCC Core Error Responses

Table 6-17 M-CNCC Core Error Responses

Metric Details Total number of error responses sent for M-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status=~"4.*|5.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.7 M-CNCC Core Access Token Request

Table 6-18 M-CNCC Core Access Token Request

Metric Details Total number of access token requests received for M-CNCC Core
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.8 M-CNCC Core Access Token Granted Responses

Table 6-19 M-CNCC Core Access Token Granted Responses

Metric Details Total number of access token granted for M-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status="200 OK"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status="200 OK"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status="200 OK"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.9 M-CNCC Core Access Token Not Granted Responses

Table 6-20 M-CNCC Core Access Token Granted Responses

Metric Details Total number of access token not granted for M-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status=~"4.*|5.*"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status=~"4.*|5.*"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status=~"4.*|5.*"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.10 M-CNCC Core User Login Failure Responses

Table 6-21 M-CNCC Core User Login Failure Responses

Metric Details Total number of user login failure at M-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/login-actions/authenticate",Status="200 OK"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/login-actions/authenticate",Status="200 OK"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/login-actions/authenticate",Status="200 OK"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.11 M-CNCC Core User Authorization Failure Responses

Table 6-22 M-CNCC Core User Authorization Failure Responses

Metric Details Total number of authorization failure responses while accessing NF services at M-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.12 M-CNCC Core BSF Requests

Table 6-23 M-CNCC Core BSF Requests

Metric Details Total number of requests received by M-CNCC Core for BSF
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/bsfapi/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/bsfapi/.*|.*/oc-bsf-configuration/.*|.*/bsf/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.13 M-CNCC Core BSF Responses

Table 6-24 M-CNCC Core BSF Responses

Metric Details Total number of responses sent by M-CNCC Core for BSF
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/bsfapi/.*"}

Multiple ResourcePath:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/bsfapi/.*|.*/oc-bsf-configuration/.*|.*/bsf/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.14 M-CNCC Core DD Requests

Table 6-25 M-CNCC Core DD Requests

Metric Details Total number of requests received by M-CNCC Core for DD
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/ocnadd/.*|.*/ocnaddapi/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.15 M-CNCC Core DD Responses

Table 6-26 M-CNCC Core DD Responses

Metric Details Total number of responses sent by M-CNCC Core for DD
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/ocnadd/.*|.*/ocnaddapi/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.16 M-CNCC Core PROVGW Requests

Table 6-27 M-CNCC Core PROVGW Requests

Metric Details Total number of requests received by M-CNCC Core for PROVGW
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~\".*provgw-config.*|.*provgw.*\"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.17 M-CNCC Core PROVGW Responses

Table 6-28 M-CNCC Core PROVGW Responses

Metric Details Total number of responses sent by CNCC Core for PROVGW
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*provgw-config.*|.*provgw.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.18 M-CNCC Core NRF Responses

Table 6-29 M-CNCC Core NRF Responses

Metric Details Total number of responses sent by M-CNCC Core for NRF
Metric Filter

Single Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/nrf-configuration/v1/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/nrf-configuration/.*|.*/nrf-state-data/.*|.*/ocnrf-swagger/.*|.*/nrf-status-data/.*|.*/nrf/nf-common-component/.*|.*/nrf-configuration/v1/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.19 M-CNCC Core NRF Requests

Table 6-30 M-CNCC Core NRF Requests

Metric Details Total number of requests received by M-CNCC Core for NRF
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/nrf-configuration/v1/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/nrf-configuration/v1/.*|.*/nrf-state-data/.*|.*/ocnrf-swagger/.*|.*/nrf-status-data/.*|.*/nrf/nf-common-component/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.20 M-CNCC Core NSSF Requests

Table 6-31 M-CNCC Core NSSF Requests

Metric Details Total number of requests received by M-CNCC Core for NSSF
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/nnssf-configuration/.*|.*/nssf/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.21 M-CNCC Core NSSF Responses

Table 6-32 M-CNCC Core NSSF Responses

Metric Details Total number of responses sent by M-CNCC Core for NSSF
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/nnssf-configuration/.*|.*/nssf/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.22 M-CNCC Core NWDAF Requests

Table 6-33 M-CNCC Core NWDAF Requests

Metric Details Total number of requests received by M-CNCC Core for NWDAF
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~\".*ocnwdaf.*|.*ocnwdafapi.*\"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.23 M-CNCC Core NWDAF Responses

Table 6-34 M-CNCC Core NWDAF Responses

Metric Details Total number of responses sent by M-CNCC Core for NWDAF
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*ocnwdaf.*|.*ocnwdafapi.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.24 M-CNCC Core POLICY Requests

Table 6-35 M-CNCC Core POLICY Requests

Metric Details Total number of requests received by M-CNCC Core for POLICY
Metric Filter

Single Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/policyapi/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/policyapi/.*|.*/oc-cnpolicy-configuration/.*|.*/pcf/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.25 M-CNCC Core POLICY Responses

Table 6-36 M-CNCC Core POLICY Responses

Metric Details Total number of responses sent by M-CNCC Core for POLICY
Metric Filter

Single ResourcePath:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/policyapi/.*"}

Multiple ResourcePath:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/policyapi/.*|.*/oc-cnpolicy-configuration/.*|.*/pcf/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.26 M-CNCC Core SCP Responses

Table 6-37 M-CNCC Core SCP Responses

Metric Details Total number of responses sent by M-CNCC Core for SCP
Metric Filter

Single Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/ocscp/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.27 M-CNCC Core SCP Requests

Table 6-38 M-CNCC Core SCP Requests

Metric Details Total number of requests received by M-CNCC Core for SCP
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/ocscp/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.28 M-CNCC Core SEPP Requests

Table 6-39 M-CNCC Core SEPP Requests

Metric Details Total number of requests received by M-CNCC Core for SEPP
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/sepp-configuration/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/sepp-configuration/.*|.*/sepp/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.29 M-CNCC Core SEPP Responses

Table 6-40 M-CNCC Core SEPP Responses

Metric Details Total number of responses sent by M-CNCC Core for SEPP
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/sepp-configuration/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/sepp-configuration/.*|.*/sepp/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.30 M-CNCC Core UDR Requests

Table 6-41 M-CNCC Core UDR Requests

Metric Details Total number of requests received by M-CNCC Core for UDR
Metric Filter

Single Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/nudr-config/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*/nudr-dr-prov/.*|.*/nudr-dr-mgm/.*|.*/nudr-group-id-map-prov/.*|.*/slf-group-prov/.*|.*/nudr-config/.*|.*/udr/nf-common-component/.*|.*/n5g-eir-prov/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.31 M-CNCC Core UDR Responses

Table 6-42 M-CNCC Core UDR Responses

Metric Details Total number of responses sent by M-CNCC Core for UDR
Metric Filter

Single ResourcePath:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/nudr-dr-prov/.*"}

Multiple ResourcePath:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/nudr-dr-prov/.*|.*/nudr-dr-mgm/.*|.*/nudr-group-id-map-prov/.*|.*/slf-group-prov/.*|.*/nudr-config/.*|.*/udr/nf-common-component/.*|.*/n5g-eir-prov/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.32 M-CNCC Core cnDBTier Requests

Table 6-43 M-CNCC Core cnDBTier Requests

Metric Details Total number of requests received by M-CNCC Core for cnDBTier
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~\".*ocdbtier.*\"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.33 M-CNCC Core cnDBTier Responses

Table 6-44 M-CNCC Core cnDBTier Responses

Metric Details Total number of responses sent by M-CNCC Core for cnDBTier
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*ocdbtier.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.34 M-CNCC Core OCCM Requests

Table 6-45 M-CNCC Core OCCM Requests

Metric Details Total number of requests received by M-CNCC Core for OCCM
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*mcore_ingressgateway",ResourcePath=~".*occm-config.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.2.35 M-CNCC Core OCCM Responses

Table 6-46 M-CNCC Core OCCM Responses

Metric Details Total number of responses sent by M-CNCC Core for OCCM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*mcore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*occm-config.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3 A-CNCC Core Metrics

This section provides the information about the A-CNCC Core Metrics:

6.3.1 A-CNCC Core Requests

Table 6-47 A-CNCC Core Requests

Metric Details Total number of requests received by A-CNCC Core
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.2 A-CNCC Core Responses

Table 6-48 A-CNCC Core Responses

Metric Details Total number of responses for A-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.3 A-CNCC Core Success Responses

Table 6-49 A-CNCC Core Success Responses

Metric Details Total number of success responses (2xx) for A-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status=~"2.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.4 A-CNCC Core 5xx Responses

Table 6-50 A-CNCC Core 5xx Responses

Metric Details Total number of error responses (5xx) for A-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status=~"5.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.5 A-CNCC Core 4xx Responses

Table 6-51 A-CNCC Core 4xx Responses

Metric Details Total number of error responses (4xx) for A-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status=~"4.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.6 A-CNCC Core Error Responses

Table 6-52 A-CNCC Core Error Responses

Metric Details Total number of error responses sent for A-CNCC Core requests
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status=~"4.*|5.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.7 A-CNCC Core Access Token Request

Table 6-53 A-CNCC Core Access Token Request

Metric Details Total number of access token requests received for A-CNCC Core
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.8 A-CNCC Core Access Token Granted Responses

Table 6-54 A-CNCC Core Access Token Granted Responses

Metric Details Total number of access token granted for A-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status="200 OK"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status="200 OK"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status="200 OK"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.9 A-CNCC Core Access Token Not Granted Responses

(Required) <Enter a short description here.>

Table 6-55 A-CNCC Core Access Token Not Granted Responses

Metric Details Total number of access token not granted for A-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status=~"4.*|5.*"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status=~"4.*|5.*"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Status=~"4.*|5.*"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.10 A-CNCC Core User Authorization Failure Responses

Table 6-56 A-CNCC Core User Authorization Failure Responses

Metric Details Total number of authorization failure responses while accessing NF services at A-CNCC Core
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"}

Group by user: (CNE 1.8 or older)

sum by(Status,Method,kubernetes_namespace,ResourceType,UserId,UserName,kubernetes_pod_name,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"})

Group by user: (OCCNE 1.9.x and higher versions)

sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod,Scheme) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"})

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.11 A-CNCC Core SCP Requests

Table 6-57 A-CNCC Core SCP Requests

Metric Details Total number of requests received by A-CNCC Core for SCP
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/ocscp/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.12 A-CNCC Core SCP Responses

Table 6-58 A-CNCC Core SCP Responses

Metric Details Total number of responses sent by A-CNCC Core for SCP
Metric Filter

Single Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/ocscp/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.13 A-CNCC Core NRF Requests

Table 6-59 A-CNCC Core NRF Requests

Metric Details Total number of requests received by A-CNCC Core for NRF
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/nrf-configuration/v1/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/nrf-configuration/v1/.*|.*/nrf-state-data/.*|.*/ocnrf-swagger/.*|.*/nrf-status-data/.*|.*/nrf/nf-common-component/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.14 A-CNCC Core NRF Responses

Table 6-60 A-CNCC Core NRF Responses

Metric Details Total number of responses sent by A-CNCC Core for NRF
Metric Filter

Single Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/nrf-configuration/v1/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/nrf-configuration/.*|.*/nrf-state-data/.*|.*/ocnrf-swagger/.*|.*/nrf-status-data/.*|.*/nrf/nf-common-component/.*|.*/nrf-configuration/v1/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.15 A-CNCC Core UDR Requests

Table 6-61 A-CNCC Core UDR Requests

Metric Details Total number of requests received by A-CNCC Core for UDR
Metric Filter

Single Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/nudr-config/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/nudr-dr-prov/.*|.*/nudr-dr-mgm/.*|.*/nudr-group-id-map-prov/.*|.*/slf-group-prov/.*|.*/nudr-config/.*|.*/udr/nf-common-component/.*|.*/n5g-eir-prov/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.16 A-CNCC Core UDR Responses

Table 6-62 A-CNCC Core UDR Responses

Metric Details Total number of responses sent by A-CNCC Core for UDR
Metric Filter

Single Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/nudr-dr-prov/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/nudr-dr-prov/.*|.*/nudr-dr-mgm/.*|.*/nudr-group-id-map-prov/.*|.*/slf-group-prov/.*|.*/nudr-config/.*|.*/udr/nf-common-component/.*|.*/n5g-eir-prov/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.17 A-CNCC Core POLICY Requests

Table 6-63 A-CNCC Core POLICY Requests

Metric Details Total number of requests received by A-CNCC Core for POLICY
Metric Filter

Single Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",ResourcePath=~".*/policyapi/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",ResourcePath=~".*/policyapi/.*|.*/oc-cnpolicy-configuration/.*|.*/pcf/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.18 A-CNCC Core POLICY Responses

Table 6-64 A-CNCC Core POLICY Responses

Metric Details Total number of responses sent by A-CNCC Core for POLICY
Metric Filter

Single Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/policyapi/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/policyapi/.*|.*/oc-cnpolicy-configuration/.*|.*/pcf/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.19 A-CNCC Core BSF Requests

Table 6-65 A-CNCC Core BSF Requests

Metric Details Total number of requests received by A-CNCC Core for BSF
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",ResourcePath=~".*/bsfapi/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",ResourcePath=~".*/bsfapi/.*|.*/oc-bsf-configuration/.*|.*/bsf/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.20 A-CNCC Core BSF Responses

Table 6-66 A-CNCC Core BSF Responses

Metric Details Total number of responses sent by A-CNCC Core for BSF
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/bsfapi/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",ResourcePath=~".*/bsfapi/.*|.*/oc-bsf-configuration/.*|.*/bsf/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.21 A-CNCC Core SEPP Requests

Table 6-67 A-CNCC Core SEPP Requests

Metric Details Total number of requests received by A-CNCC Core for SEPP
Metric Filter

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/sepp-configuration/.*"}

Multiple Route_path:

oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/sepp-configuration/.*|.*/sepp/.*"}

Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.22 A-CNCC Core SEPP Responses

Table 6-68 A-CNCC Core SEPP Responses

Metric Details Total number of responses sent by A-CNCC Core for SEPP
Metric Filter

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/sepp-configuration/.*"}

Multiple Route_path:

oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/sepp-configuration/.*|.*/sepp/.*"}

Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.23 A-CNCC Core NSSF Requests

Table 6-69 A-CNCC Core NSSF Requests

Metric Details Total number of requests received by CNCC Core A-for NSSF
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/nnssf-configuration/.*|.*/nssf/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.24 A-CNCC Core NSSF Responses

Table 6-70 A-CNCC Core NSSF Responses

Metric Details Total number of responses sent by A-CNCC Core for NSSF
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/nnssf-configuration/.*|.*/nssf/.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.25 A-CNCC Core DD Requests

Table 6-71 A-CNCC Core DD Requests

Metric Details Total number of requests received by A-CNCC Core for DD
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*/ocnadd/.*|.*/ocnaddapi/.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.26 A-CNCC Core DD Responses

Table 6-72 A-CNCC Core DD Responses

Metric Details Total number of responses sent by A-CNCC Core for DD
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*/ocnadd/.*|.*/ocnaddapi/.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.27 A-CNCC Core PROVGW Requests

Table 6-73 A-CNCC Core PROVGW Requests

Metric Details Total number of requests received by A-CNCC Core for PROVGW
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~\".*provgw-config.*|.*provgw.*\"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.28 A-CNCC Core PROVGW Responses

Table 6-74 A-CNCC Core PROVGW Responses

Metric Details Total number of responses sent by A-CNCC Core for PROVGW
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*provgw-config.*|.*provgw.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.29 A-CNCC Core NWDAF Requests

Table 6-75 A-CNCC Core NWDAF Requests

Metric Details Total number of requests received by A-CNCC Core for NWDAF
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~\".*ocnwdaf.*|.*ocnwdafapi.*\"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.30 A-CNCC Core NWDAF Responses

Table 6-76 A-CNCC Core NWDAF Responses

Metric Details Total number of responses sent by A-CNCC Core for NWDAF
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*ocnwdaf.*|.*ocnwdafapi.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.31 A-CNCC Core cnDBTier Requests

Table 6-77 A-CNCC Core cnDBTier Requests

Metric Details Total number of requests received by A-CNCC Core for cnDBTier
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~\".*ocdbtier.*\"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.32 A-CNCC Core cnDBTier Responses

Table 6-78 A-CNCC Core cnDBTier Responses

Metric Details Total number of responses sent by A-CNCC Core for cnDBTier
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*ocdbtier.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.33 A-CNCC Core OCCM Requests

Table 6-79 A-CNCC Core OCCM Requests

Metric Details Total number of requests received by A-CNCC Core for OCCM
Metric Filter oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*acore_ingressgateway",Route_path=~".*occm-config.*"}
Dimensions
  • Host
  • HttpVersion
  • Scheme
  • Route_path
  • InstanceIdentifier
  • Method
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter

6.3.34 A-CNCC Core OCCM Responses

Table 6-80 A-CNCC Core OCCM Responses

Metric Details Total number of responses sent by A-CNCC Core for OCCM
Metric Filter oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*acore_ingressgateway",Status="200 OK",Method="GET",Route_path=~".*occm-config.*"}
Dimensions
  • Host
  • HttpVersion
  • InstanceIdentifier
  • Method
  • Route_path
  • Scheme
  • Status
  • ResourcePath
  • ResourceType
  • UserId
  • UserName
  • AuthenticationType
Metric Type Counter