6 CNC Console Metrics
This section describes about CNCC Metrics.
Common Metrics
Tags that are common across the metrics are described in the below table.
Table 6-1 Common Metrics
Dimension | Description | Possible Values |
---|---|---|
Method | Http method | GET, PUT, POST, DELETE, PATCH |
NFType | Name of the NF Type. | UNKNOWN (Note: Will be updated when Ingress is 5G aware) |
NFServiceType | Name of the Service with in the NF. | UNKNOWN (Note: Will be updated when Ingress is 5G aware) |
Host | (Ip or fqdn) : port of ingress gateway | NA |
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 | N/A |
CNCC Core Ingress Gateway Metrics
Table 6-2 CNCC Core Ingress Gateway Metrics
S. No. | Metric Name | Metric Details | Metric Filter | Dimensions |
---|---|---|---|---|
1 | Total Requests | Total number of requests received by Ingress Gateway for CNCC Core | oc_ingressgateway_http_requests_total |
|
2 | Total Responses | Total number of responses sent by Ingress Gateway for CNCC Core requests | oc_ingressgateway_http_responses_total |
|
3 | Success (2xx) Responses | Total number of success responses (2xx) sent by Gateway for CNCC Core requests | oc_ingressgateway_http_responses_total{St atus=~"2.*"} |
|
4 | Error (5xx) Responses | Total number of error responses (5xx) sent byGateway for CNCC Core requests | oc_ingressgateway_http_responses_total{St atus=~"5.*"} |
|
5 | Error (4xx) Responses | Total number of error responses (4xx) sent by Gateway for CNCC Core requests | oc_ingressgateway_http_responses_total{St atus=~"4.*"} |
|
6 | Request Body | Total number of requests with request body | oc_ingressgateway_request_content_metrics_total | |
7 | Request Processing Time Ingress | Time taken for processing the request by Ingress gateway. | oc_ingressgateway_request_processing_latency | quantile |
8 | Request Processing Time Total | Total time taken for processing the request | oc_ingressgateway_request_latency | quantile |
CNCC IAM Ingress Gateway Metrics
Table 6-3 CNCC IAM Ingress Gateway Metrics
S. No. | Metric Name | Metric Details | Metric Filter | Dimensions |
---|---|---|---|---|
1 | Total Requests | Total number of requests received by Ingress Gateway for CNCC IAM | oc_ingressgateway_http_requests_total |
|
2 | Total Responses | Total number of responses sent by Ingress Gateway for CNCC IAM requests | oc_ingressgateway_http_responses_total |
|
3 | Success (2xx) Responses | Total number of success responses (2xx) sent by Gateway for CNCC IAM requests | oc_ingressgateway_http_responses_total{St atus=~"2.*"} |
|
4 | Error (5xx) Responses | Total number of error responses (5xx) sent byGateway for CNCC IAM requests | oc_ingressgateway_http_responses_total{St atus=~"5.*"} |
|
5 | Error (4xx) Responses | Total number of error responses (4xx) sent by Gateway for CNCC IAM requests | oc_ingressgateway_http_responses_total{St atus=~"4.*"} |
|
6 | Request Body | Total number of requests with request body | oc_ingressgateway_request_content_metrics_total | |
7 | Request Processing Time Ingress | Time taken for processing the request by Ingress gateway. | oc_ingressgateway_request_processing_latency | quantile |
8 | Request Processing Time Total | Total time taken for processing the request | oc_ingressgateway_request_latency | quantile |