9 CNC Policy Metrics
This chapter includes information about Metrics for Oracle Communications Cloud Native Core Policy (CNC Policy).
The name of the metrics may contain suffix such as total, seconds, max and so on. It gets added by the Micrometer registry if it is not present in the metrics name. The metric name has the following format for suffix:
The metric name is equal to <Basename of the metric>_<Suffix>
Table 9-1 Metrics type and Suffix
| Metric Type | Suffix |
|---|---|
| Counter | _total |
| Gauge | N/A |
| TimerGauge | _seconds |
| MultiGauge | N/A |
| Timer | _seconds_max or _seconds
Note: There are two types of suffix used for timer metrics. For example, my_timer_seconds_max gauge and my_timer_seconds summary. In summary type, there will be further addition of suffix such as _count or _sum. |
| DistributionSummary | N/A or _max
Note: There are two types of suffix used for DistributionSummary. For example, my_distribution_ratio histogram and my_distribution_ratio_max gauge. In the histogram type there will be further addition of suffix such as bucket, _count, or sum. |
| LongTaskTimer | _seconds_max or _seconds
Note: There are two types of suffix used for LongTaskTimer. For example, long_task_timer_seconds_max gauge and long_task_timer_seconds summary. In summary type there will be further addition of suffix such as _active_count or _duration_sum. |
Table 9-2 Dimension Description
| Dimension | Description |
|---|---|
| operation_type | Type of operation
Values:
|
| dnn | Data Network Name or Access Point Name |
| snssai | Single Network Slice Selection Assistance Information |
| response_code | Response code
HTTP interfaces:
Diameter interfaces:
|
| latency |
The total time in between request and response. If latency between request and response is 203, then bucket number is 4. Max bucket set to 10 (0-9), Range 50ms. |
| nf_instance_Id | Unique id of the nf Instance.
HTTP interfaces: Diameter interfaces:
|
| nf_name | This represents the FQDN corresponding to the NF
InstanceID present in the nf_instance_id dimension.
HTTP interface: egress: NF FQDN |
| sbi_priority | Service Based Interface |
| service_version | Service version
Value: [UDR = "v1,v2", CHF = "v1"] |
| service | The complete name of current service.
Value: string |
| namespace | The namespace of current service.
Value: string |
| category | The category of current service.
Value:
|
| destHost | Value of destination Host received or sent in the corresponding request message |
| destRealm | Value of destination Realm received or sent in the corresponding request message |
| origHost | Value of origination Host received or sent in the corresponding request message |
| origRealm | Value of origination Realm received or sent in the corresponding request message |
| reqDestHost | Value of destination Host in corresponding request message of response message. |
| reqDestRealm | Value of destination Realm in corresponding request message of response message. |
| reqOrigHost | Value of origination Host in corresponding request message of response message. |
| reqOrigRealm | Value of origination Realm in corresponding request message of response message. |
| direction | Indicates direction of message flow.
|
| appId | Application ID exchanged in CEX messages or used in the respective message of an application. |
| applicationName | Human readable name of corresponding application ID
16777236 => Rx 16777238 => Gx 16777302 => Sy 16777217 => Sh Note: Sh interface is not supported for Converged Policy mode of deployment. 0xffffffff => Relay |
| cmdCode | Command code value in the received or sent, request or answer message |
| msgType | Type of the message, for example CCRT-T, CCR-I etc. |
| responseCode | result code in diameter message |
| spendingLimitDataSource | Specifies the source from which PCF fetches policy
counters.
Value: OCS |
| retry | Identify message is a retry message.
Value:
|
| retryAnswer | Reason for the retry message.
Value:
|
| level | Level of Pod congestion.
Value:
|
| type | Resource type
Value:
|
9.1 Egress Gateway Metrics for SCP
Table 9-3 oc_egressgateway_peer_health_status
| Field | Details |
|---|---|
| Description |
It defines Egress Gateway peer health status.
|
| Metric Type | Gauge |
| Dimensions |
|
- oc_egressgateway_peer_health_status{"peer":"10.75.213.172:8080"} 1.0
- oc_egressgateway_peer_health_status{"peer":"10.75.213.172:8080"} 0.0
- oc_egressgateway_peer_health_status{"vfqdn":"http://abc.com","peer":"10.75.213.172:8080"} 1.0
- oc_egressgateway_peer_health_status{"vfqdn":"http://abc.com","peer":"10.75.213.172:8080"} 0.0
Table 9-4 oc_egressgateway_peer_health_ping_request
| Field | Details |
|---|---|
| Description | This metric is incremented every time a health ping is sent toward a peer. |
| Metric Type | Counter |
| Dimensions |
|
- oc_egressgateway_peer_health_ping_request{"peer":"10.75.213.172:8080"} 389.0
- oc_egressgateway_peer_health_ping_request{"peer":"10.75.213.172:8080"} 439.0
- oc_egressgateway_peer_health_ping_request{"vfqdn":"http://abc.com","peer":"10.75.213.172:8080"} 389.0
- oc_egressgateway_peer_health_ping_request{"vfqdn":"http://abc.com","peer":"10.75.213.172:8080"} 439.0
Table 9-5 oc_egressgateway_peer_health_ping_response
| Field | Details |
|---|---|
| Description | This metric is incremented every time a health ping response is received from a peer irrespective of success or failure. |
| Metric Type | Counter |
| Dimensions |
|
- oc_egressgateway_peer_health_ping_response{"peer":"10.75.213.172:8080","status":"httpstatus","cause":""} 89.0
- oc_egressgateway_peer_health_ping_response{"peer":"10.75.213.172:8080","status":"Exception","cause":"exception cause"} 39.0
- oc_egressgateway_peer_health_ping_response{"vfqdn":"http://abc.com","status":"httpstatus","cause":""} 89.0
- oc_egressgateway_peer_health_ping_response{"vfqdn":"http://abc.com","status":"Exception","cause":"exception cause"} 39.0
Table 9-6 oc_egressgateway_peer_health_status_transitions
| Field | Details |
|---|---|
| Description | This metric is incremented every time a peer is transitioned from Availble to Unavailable or from Unavailable to Available. |
| Metric Type | Counter |
| Dimensions |
|
- oc_egressgateway_peer_health_status_transitions{"identifier":"10.75.213.172:8080","from":"available","to":"unavailable"} 14.0
- oc_egressgateway_peer_health_status_transitions{"identifier":"10.75.213.172:8080","from":"unavailable","to":"available"} 34.0
- oc_egressgateway_peer_health_status_transitions{"vfqdn":"http://abc.com","peer":"10.75.213.172:8080","from":"unavailable","to":"available"} 34.0
- oc_egressgateway_peer_health_status_transitions{"vfqdn":"http://abc.com","peer":"10.75.213.172:8080","from":"available","to":"unavailable"} 14.0
Table 9-7 oc_egressgateway_peer_count
| Field | Details |
|---|---|
| Description | This metric is incremented every time for the peer count. |
| Metric Type | Gauge |
| Dimensions |
|
- oc_egressgateway_peer_count{"peerset":"set-0"} 3.0
Table 9-8 oc_egressgateway_peer_available_count
| Field | Details |
|---|---|
| Description | This metric is incremented every time for the available peer count. |
| Metric Type | Gauge |
| Dimensions |
|
Examples:
- oc_egressgateway_peer_available_count{"peerset":"set-0"} 4.0
9.2 Correlation-Info Header Metrics
For every correlation-info header received or newly generated, a metric is pegged. Following are the list of metrics:
Below table lists the metrics that is implemented as part of this feature with the following Dimensions:
- operation_type= {"create","update","delete","subscribe","unsubscribe","terminate","register","deregister"}
- correlation_info_type={"imsi", "msisdn", "imsi,msisdn"}
Table 9-9 occnp_correlation_info_header_received
| Field | Details |
|---|---|
| Description |
PCF reports the total incoming requests that are carrying the correlation-info header. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_correlation_info_header_received_total '{correlation_info_type="imsi", operation_type="create"}',2
- occnp_correlation_info_header_received_total '{correlation_info_type="imsi", operation_type="update"}',1
Table 9-10 occnp_correlation_info_header_forwarded
| Field | Details |
|---|---|
| Description |
PCF reports the total outgoing requests that are carrying the correlation-info header. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_correlation_info_header_forwarded_total '{correlation_info_type="imsi", operation_type="subscribe"}',2
Table 9-11 occnp_correlation_info_header_generated
| Field | Details |
|---|---|
| Description |
PCF reports the total responses that are carrying the correlation-info header. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_correlation_info_header_generated_total '{correlation_info_type="imsi", operation_type="create"}',2
9.3 Config Server Metrics
The following table describes the Config Server metrics and respective dimensions:
Table 9-12 topic_version
| Field | Details |
|---|---|
| Description |
Config-service will have this metrics a database value from each topic version. The Services fetching the configurations from Configuration Server, will have its current topic version till which configurations has been fetched successfully. Note: This counter metric keep updating on every successful iteration. |
| Metric Type | Gauge |
| Dimensions |
|
- topic_version{topicName="pcf.public.sessionrule",} 77.0
- topic_version{topicName="common.logging.diam-connector",} 53.0
- topic_version{topicName="pcf.userservice.cfg",} 35.0
- topic_version{topicName="pcrf.public.networkelement.pgw",} 2.0
- topic_version{topicName="NRF.BSF",} 20.0
- topic_version{topicName="common.bindingservice.cfg",} 6.0
- topic_version{topicName="common.logging.policy-ds",} 21.0
- topic_version{topicName="NRF.UDR",} 22.0
- topic_version{topicName="common.logging.diam-gateway",} 93.0
- topic_version{topicName="common.logging.pcf-user",} 35.0
- topic_version{topicName="common.logging.pcf-sm",} 78.0
- topic_version{topicName="pcrf.coreservice",} 3.0
- topic_version{topicName="public.policy.project",} 148.0
- topic_version{topicName="Subscriptions",} 14.0
- topic_version{topicName="pcf.smservice.cfg",} 126.0
- topic_version{topicName="common.public.feature1",} 10.0
- topic_version{topicName="common.public.diampeernode",} 2.0
- topic_version{topicName="common.logging.pcrf-core",} 2.0
- topic_version{topicName="pcf.public.authorizeddefaultqos",} 77.0
- topic_version{topicName="public.policy.project.content",} 85.0
- topic_version{topicName="pcf.public.pccrule",} 85.0
- topic_version{topicName="NRF.CHF",} 52.0
- topic_version{topicName="config.level",} 1053.0
- topic_version{topicName="pds.public.settings",} 2.0
Table 9-13 occnp_config_server_overall_processing_time_seconds
| Field | Details |
|---|---|
| Description | Configuration server's overall processing time. |
| Type | Summary |
| Dimension |
|
Table 9-14 occnp_config_server_overall_processing_time_seconds_max
| Field | Details |
|---|---|
| Description | Configuration service overall processing time. |
| Type | Gauge |
| Dimension |
|
- occnp_config_server_overall_processing_time_seconds_max{error="none", exception="none", method="POST", outcome="SUCCESS", status="201", uri="/binding/v1/contextBinding/context-owner/{contextOwner}",} 2.595594434
- occnp_config_server_overall_processing_time_seconds_max{error="none", exception="none", method="DELETE", outcome="SUCCESS", status="204", uri="/binding/v1/contextBinding/contextId/{contextId}",} 0.276239293
- occnp_config_server_overall_processing_time_seconds_max{error="ContextBindingNotFound", exception="ContextBindingNotFound", method="DELETE", outcome="CLIENT_ERROR", status="404", uri="/binding/v1/contextBinding/cleanup",} 0.115288423
Table 9-15 occnp_config_server_overall_processing_time_seconds_count
| Field | Details |
|---|---|
| Description | Configuration service overall processing time. |
| Type | Counter |
| Dimension |
|
- occnp_config_server_overall_processing_time_seconds_count{error="none", exception="none", method="POST", outcome="SUCCESS", status="201", uri="/binding/v1/contextBinding/context-owner/{contextOwner}",} 3.0
- occnp_config_server_overall_processing_time_seconds_count{error="none", exception="none", method="DELETE", outcome="SUCCESS", status="204", uri="/binding/v1/contextBinding/contextId/{contextId}",} 3.0
- occnp_config_server_overall_processing_time_seconds_count{error="ContextBindingNotFound", exception="ContextBindingNotFound",method="DELETE",outcome="CLIENT_ERROR",status="404",uri="/binding/v1/contextBinding/cleanup",} 6.0
Table 9-16 occnp_config_server_overall_processing_time_seconds_sum
| Field | Details |
|---|---|
| Description | Configuration service overall processing time. |
| Type | Counter |
| Dimension |
|
- occnp_config_server_overall_processing_time_seconds_sum{error="none",exception="none",method="POST", outcome="SUCCESS", status="201", uri="/binding/v1/contextBinding/context-owner/{contextOwner}",} 5.861114721
- occnp_config_server_overall_processing_time_seconds_sum{error="none", exception="none",method="DELETE",outcome="SUCCESS",status="204",uri="/binding/v1/contextBinding/contextId/{contextId}",} 0.349598291
- occnp_config_server_overall_processing_time_seconds_sum{error="ContextBindingNotFound",exception="ContextBindingNotFound", method="DELETE",outcome="CLIENT_ERROR",status="404", uri="/binding/v1/contextBinding/cleanup",} 0.203103476
Table 9-17 occnp_config_server_db_operation_time_seconds_count
| Field | Details |
|---|---|
| Description | Configuration service overall database processing time. |
| Type | Gauge |
| Dimension |
|
- occnp_config_server_db_operation_time_seconds_count{exception="None",method="findByTopicInfo",repository="ConfigurationItemRepository",state="SUCCESS",} 7721880.0
- occnp_config_server_db_operation_time_seconds_count{exception="None",method="findByName",repository="TopicInfoRepository",state="SUCCESS",} 8190322.0
Table 9-18 occnp_config_server_db_operation_time_seconds_sum
| Field | Details |
|---|---|
| Description | Configuration service overall database processing time. |
| Type | Gauge |
| Dimension |
|
- occnp_config_server_db_operation_time_seconds_sum{exception="None",method="findByTopicInfo",repository="ConfigurationItemRepository",state="SUCCESS",} 4713.01
- occnp_config_server_db_operation_time_seconds_sum{exception="None",method="findByName",repository="TopicInfoRepository",state="SUCCESS",} 6328.74490
Table 9-19 occnp_config_server_db_operation_time_seconds_max
| Field | Details |
|---|---|
| Description | Configuration service overall database processing time. |
| Type | Gauge |
| Dimension |
|
9.4 SM Service Metrics
The following table describes the SM Service metrics and respective dimensions:
Table 9-20 ocpm_ingress_request_total
| Field | Details |
|---|---|
| Description | Total number of ingress requests received. |
| Metric Type | Counter |
| Dimensions |
|
-
ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="create", sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="update",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="delete",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol,snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="get",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0 ; Type-Counter
Table 9-21 ocpm_ingress_response_total
| Field | Details |
|---|---|
| Description | Total number of ingress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="create",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="update",response_code="4xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",binding_level="NF_SET(1)", binding_id="setxyz.pcfset.5gc.mnc015.mcc345"} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="delete",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",binding_level="NF_SET(1)", binding_id="setxyz.pcfset.5gc.mnc015.mcc345"} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="get",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",binding_level="NF_SET(1)", binding_id="setxyz.pcfset.5gc.mnc015.mcc345"} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",binding_id="",binding_level="",cause="PENDING_TRANSACTION",dnn="dnn1",hostname="jiandong-pcf-smservice-6dbcc9bb9b-swdvj",nf_instance_id="",operation_type="update",response_code="4xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",}
Table 9-22 ocpm_egress_request_total
| Field | Details |
|---|---|
| Description | Total number of egress requests received. |
| Metric Type | Counter |
| Dimensions |
|
Example:
ocpm_egress_request_total{app_kubernetes_io_instance = "ocpcf",app_kubernetes_io_managed_by = "Helm",app_kubernetes_io_name = "sm-service",app_kubernetes_io_part_of = "occnp",app_kubernetes_io_version = "1.0.0",application = "occnp",container = "sm-service",endpoint = "cnc-metrics",engVersion = "23.4.0",exported_application = "pcf_smservice",helm_sh_chart = "sm-service-23.4.0",hostname = "ocpcf-pcf-smservice-8576fc787-8z6zl",instance = "10.233.103.137:9000",io_kompose_service = "ocpcf-pcf-smservice",job = "occne-infra/occne-nf-cnc-podmonitor",microservice = "occnp_pcf_sm",mktgVersion = "1.0.0",namespace = "gg-pcf1",nf_name = "svc-perfgo.gg-perfgo-client",operation_type = "update_notify",pod = "ocpcf-pcf-smservice-8576fc787-8z6zl",pod_template_hash = "8576fc787",servicename_3gpp = "npcf-smpolicycontrol",vendor = "Oracle"} 1.0 ; Type-Counter
Table 9-23 ocpm_egress_response_total
| Field | Details |
|---|---|
| Description | Total number of egress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",nf_name="smf-oracle.com",latency="9",operation_type="update_notify",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_egress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",nf_name="smf-oracle.com",latency="6",operation_type="terminate_notify",response_code="4xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_egress_response_total{application="pcf_smservice",cause="PENDING_TRANSACTION",dnn="",hostname="jiandong-pcf-smservice-6dbcc9bb9b-swdvj",latency="0",nf_instance_id="",nf_name="",operation_type="update_notify",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-smpolicycontrol",snssai="",} 1.0
Table 9-24 occnp_sm_binding_request_total
| Field | Details |
|---|---|
| Description | Total number of binding requests. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_sm_binding_request_total{application="pcf_smservice",dnn="dnn1",hostname="a-pcf-smservice-fbbfccdf-vvdr6",mode="synchronous",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf.oracle.com",operation_type="create",snssai="11-abc111",} 1.0; Type-Counter
- occnp_sm_binding_request_total{application="pcf_smservice",dnn="dnn1",hostname="a-pcf-smservice-fbbfccdf-vvdr6",mode="synchronous",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf.oracle.com",operation_type="update",snssai="11-abc111",} 1.0; Type-Counter
- occnp_sm_binding_request_total{application="pcf_smservice",dnn="dnn1",hostname="a-pcf-smservice-fbbfccdf-vvdr6",mode="synchronous",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf.oracle.com",operation_type="delete",snssai="11-abc111",} 1.0; Type-Counter
Table 9-25 occnp_sm_binding_response_total
| Field | Details |
|---|---|
| Description | Total number of binding responses. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_sm_binding_response_total{application="pcf_smservice",dnn="dnn1",hostname="a-pcf-smservice-fbbfccdf-vvdr6",mode="synchronous",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf.oracle.com",operation_type="create",response_code="2xx",snssai="11-abc111",} 1.0; Type-Counter
- occnp_sm_binding_response_total{application="pcf_smservice",dnn="dnn1",hostname="a-pcf-smservice-fbbfccdf-vvdr6",mode="synchronous",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf.oracle.com",operation_type="update",response_code="2xx",snssai="11-abc111",} 1.0; Type-Counter
- occnp_sm_binding_response_total{application="pcf_smservice",dnn="dnn1",hostname="a-pcf-smservice-fbbfccdf-vvdr6",mode="synchronous",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf.oracle.com",operation_type="delete",response_code="2xx",snssai="11-abc111",} 1.0; Type-Counter
Table 9-26 occnp_sm_binding_ex_total
| Field | Details |
|---|---|
| Description | The number of binding operations that cannot be performed due to an exception (timeout). |
| Metric Type | Counter |
| Dimensions |
|
- occnp_sm_binding_ex_total{application="pcf_smservice",dnn="dnn1",snssai="1-000001",operation_type="create",mode="asynchronous",} 1.0 ; Type-Counter
- occnp_sm_binding_ex_total{application="pcf_smservice",dnn="dnn1",snssai="1-000001",operation_type="update",mode="asynchronous",} 1.0 ; Type-Counter
- occnp_sm_binding_ex_total{application="pcf_smservice",dnn="dnn1",snssai="1-000001",operation_type="delete",mode="asynchronous",} 1.0 ; Type-Counter
Table 9-27 ocpm_egress_request_timeout_total
| Field | Details |
|---|---|
| Description | Total number of request timeouts from SMF. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_request_timeout_total{application="pcf_smservice",dnn="dnn1",egress_service="SMF",hostname="pcf_smservice",nf_instance_id="",nf_name="smf-oracle.com",operation_type="POST",resource_name="SmPolicyNotification",sbi_priority="",service_name="notificaton",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0; Type-Counter
- ocpm_egress_request_timeout_total{application="pcf_smservice",dnn="dnn1",egress_service="SMF",hostname="pcf_smservice",nf_instance_id="",nf_name="smf-oracle.com",operation_type="POST",resource_name="TerminationNotification",sbi_priority="",service_name="notificaton",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0; Type-Counter
- ocpm_egress_request_timeout_total{application="pcf_smservice",dnn="dnn1",egress_service="BSF",hostname="pcf_smservice",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf-oracle.com",operation_type="POST",resource_name="PCFSessionBindings",sbi_priority="",service_name="nbsf-management",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0; Type-Counter
- ocpm_egress_request_timeout_total{application="pcf_smservice",dnn="dnn1",egress_service="BSF",hostname="pcf_smservice",nf_instance_id="fe7d992b-0541-4c7d-ab84-6d70b1babc1",nf_name="bsf-oracle.com",operation_type="DELETE",resource_name="IndividualPCFSessionBinding",sbi_priority="",service_name="nbsf-management",servicename_3gpp="npcf-smpolicycontrol",snssai="11-abc123",} 1.0; Type-Counter
Table 9-28 remote_delete_notify_total
| Field | Details |
|---|---|
| Description | Total number of notifications for session delete requests at SM service. |
| Metric Type | Counter |
| Dimensions |
|
- remote_delete_notify_total{Code="2xx",Request="DeleteNotify",SessionType="SM",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
- remote_delete_notify_total{Code="4xx",Request="DeleteNotify",SessionType="SM",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
- remote_delete_notify_total{Code="5xx",Request="DeleteNotify",SessionType="SM",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
- remote_delete_notify_total{Code="N/A",Request="EmulateDelete",SessionType="SM",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
Table 9-29 audit_notifications_sent
| Field | Details |
|---|---|
| Description | Number of notifications sent by SM Service to SMF to check whether the session is stale or not. |
| Metric Type | Counter |
| Dimensions | Request |
Table 9-30 audit_update_notify_session_not_found
| Field | Details |
|---|---|
| Description | Number of 404 response sent by SMF for the records which are identified as stale by Audit Service. |
| Metric Type | Counter |
| Dimensions | Request |
Table 9-31 audit_update_notify_session_found
| Field | Details |
|---|---|
| Description | Number of 204 response sent by SMF for the records which are identified as stale by Audit Service. |
| Metric Type | Counter |
| Dimensions | Request |
Table 9-32 audit_update_notify_response_error
| Field | Details |
|---|---|
| Description | Number of update notify requests sent to SMF by SM service that were responded with an error code (except 404) |
| Metric Type | Counter |
| Dimensions |
Table 9-33 audit_update_notify_request_error
| Field | Details |
|---|---|
| Description | Number of update notify requests that could not be sent to SMF or timed out |
| Metric Type | Counter |
| Dimensions |
Table 9-34 audit_update_timestamp_cnt
| Field | Details |
|---|---|
| Description | Number of records whose LASTACESSTIME column is updated by SM Service when it receives 204 response from SMF |
| Metric Type | Counter |
| Dimensions | Request |
Table 9-35 audit_delete_records_count
| Field | Details |
|---|---|
| Description | Number of records deleted by SM Service when it receives 404 response from SMF |
| Metric Type | Counter |
| Dimensions | Request |
Table 9-36 audit_delete_records_max_ttl_count
| Field | Details |
|---|---|
| Description | Number of records deleted by SM Service when the max TTL was reached |
| Metric Type | Counter |
| Dimensions |
Table 9-37 session_oam_request_total
| Field | Details |
|---|---|
| Description | Number of session requests for SM Service |
| Metric Type | Request |
| Dimensions |
|
Table 9-38 session_oam_response_total
| Field | Details |
|---|---|
| Description | Number of session responses for SM Service |
| Metric Type | Response |
| Dimensions |
|
Table 9-39 occnp_http_sm_request_total
| Field | Details |
|---|---|
| Description | Total number of http requests. |
| Metric Type | Request |
| Dimensions |
|
Table 9-40 occnp_http_sm_response_total
| Field | Details |
|---|---|
| Description | Total number of http responses. |
| Metric Type | Response |
| Dimensions |
|
Table 9-41 occnp_http_in_conn_request_total
| Field | Details |
|---|---|
| Description | |
| Metric Type | |
| Dimensions |
|
- occnp_http_in_conn_resquest_total{application="pcf_smservice",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",nfInstanceId="", ,operationType="create",priority="",servicename3gpp="npcf-smpolicycontrol",snssai="11-abc123",}
Table 9-42 occnp_http_in_conn_response_total
| Field | Details |
|---|---|
| Description | |
| Metric Type | |
| Dimensions |
|
- occnp_http_in_conn_response_total{application="pcf_smservice",bindingId="",bindingLevel="",cause="PENDING_TRANSACTION",dnn="dnn1",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",nfInstanceId="", ,operationType="update",responseCode="400",priority="",servicename3gpp="npcf-smpolicycontrol",snssai="11-abc123",}
Table 9-43 occnp_http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Total number of http connection requests. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_http_out_conn_request_total{application="pcf_smservice",bindingId="",bindingLevel="",dnn="dnn1",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",nfInstanceId="",nfName="",operationType="update_notify",priority="",retry="Yes",servicename3gpp="npcf-smpolicycontrol",snssai="",}
Table 9-44 occnp_http_out_conn_response_total
| Field | Details |
|---|---|
| Description | Total number of http connection responses. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_http_out_conn_response_total{application="pcf_smservice",dnn="dnn1",cause="PENDING_TRANSACTION",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",latency="2",nfInstanceId="",nfName="",operationType="update_notify",responseCode="400",priority="",servicename3gpp="npcf-smpolicycontrol",snssai="",}
Table 9-45 occnp_sm_sess_rule_failure_total
| Field | Details |
|---|---|
| Description | Indicates failure count because of session rule failure |
| Metric Type | Counter |
| Dimensions |
|
Table 9-46 lock_request_total
| Field | Details |
|---|---|
| Description | Number of times the SM Service tries to acquire the lock |
| Metric Type | Counter |
| Dimensions |
|
Table 9-47 lock_response_total
| Field | Details |
|---|---|
| Description | Number of times the Bulwark Service responds to SM Service for the lock request |
| Metric Type | Counter |
| Dimensions |
|
Table 9-48 occnp_http_sm_request_total
| Field | Details |
|---|---|
| Description | Number of times the SM Service sends an update request |
| Metric Type | Counter |
| Dimensions |
|
Table 9-49 occnp_http_sm_response_total
| Field | Details |
|---|---|
| Description | Number of times the SM Service receives a response |
| Metric Type | Counter |
| Dimensions |
|
Table 9-50 occnp_lease_duration_seconds
| Field | Details |
|---|---|
| Description | Time in seconds for which SM Service holds the lock |
| Metric Type | Histogram |
| Dimensions |
|
Table 9-51 rule_action
| Field | Details |
|---|---|
| Description |
Provides metric for:
|
| Metric Type | |
| Dimensions |
|
- rule_action_total{action="SUCC_RES_ALLO",application="pcf_smservice",rule_type="pcc",type="request",} 1.0
- rule_action_total{action="SUCC_RES_ALLO",application="pcf_smservice",rule_type="pcc",type="report",} 1.0
Table 9-52 ocpm_timeout_total
| Field | Details |
|---|---|
| Description | Total number of increments whenever a timeout is detected |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_timeout_total{application="pcf_amservice",hostname="pdmayanspolicy-pcf-amservice-6b64cbdd8b-pzxkq",operationType="query_subs",servicename3gpp="npcf-am-policy-control",targetService="USER_SERVICE",} 1.0
Table 9-53 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Metric Type | Gauge |
| Dimensions |
|
Table 9-54 occnp_db_overall_processing_time
| Field | Details |
|---|---|
| Description | Overall processing time of a database. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_db_overall_processing_time_seconds_max{Method="put",Status="Success",Table="SmPolicyAssociation",application="pcf_smservice",compressionScheme="ZLIB_COMPRESSION_APPLICATION",} 0.314998
Table 9-55 audit_delete_records_max_ttl_count
| Field | Details |
|---|---|
| Description |
Indicates number of audit notifications sent by Audit service to SM service that are processed with MaxTTL as true (delete Rx Session, NO ASR). |
| Metric Type | Counter |
| Dimensions |
|
Table 9-56 audit_notifications_sent
| Field | Details |
|---|---|
| Description | Number of audit notifications to SM service that are processed. |
| Metric Type | Counter |
| Dimensions |
SvcType (PA Service) |
Table 9-57 audit_delete_records_count
| Field | Details |
|---|---|
| Description | Indicates the number of deletions after failure ASA. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-58 audit_terminate_notify
| Field | Details |
|---|---|
| Description | ASA response code metrics |
| Metric Type | Counter |
| Dimensions |
|
Table 9-59 occnp_internal_delete_request_total
| Field | Details |
|---|---|
| Description | Total number of intenal delete request triggered on remote cleanup when forceDeleteOnError is true or forceDeleteOnExpiryOfWaitTimer is true. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_internal_delete_request_total{application="pcf_smservice",cause="waitforSMDeleteExpired",} 1.0
- occnp_internal_delete_request_total{application="pcf_smservice",cause="forceDeleteOnErrortoNotifySMF",} 1.0
Table 9-60 occnp_internal_delete_response_total
| Field | Details |
|---|---|
| Description | Total number of internal delete response when forceDeleteOnError is true or forceDeleteOnExpiryOfWaitTimer is true. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_internal_delete_response_total{application="pcf_smservice",response_code="204 NO_CONTENT",} 1.0
- occnp_internal_delete_response_total{application="pcf_smservice",response_code="404 NOT_FOUND",} 1.0
Table 9-61 error_handler_in_total
| Field | Details |
|---|---|
| Description | This metric is incremented on initialization of error handling. |
| Type | Counter |
| Dimension |
|
- error_handler_in_total{application="pcf_smservice",application_exception="DiameterException",hostname="rigelns2-pcf-smservice-d846c5cdb-ps5s9",wrapped_exception="DiameterClientResponseException",} 1.0
Table 9-62 error_handler_exec_total
| Field | Details |
|---|---|
| Description | This metric is incremented on error handling performed by framework. |
| Type | Counter |
| Dimension |
|
- error_handler_exec_total{application="pcf_smservice",application_exception="DiameterException",error_type="INTERNAL",hostname="gi-frank-pcf-pcf-smservice-6496bc6d6d-n4v4p",operation="RAR",origin="DIAMETER",rule_name="TERMINATE_TRANSACTION",source_interface="RX",status="5010",target_interface="ANY",wrapped_exception="DiameterClientResponseException",} 1.0
Table 9-63 error_handler_out_total
| Field | Details |
|---|---|
| Description | This metric is incremented on completion of error handling. |
| Type | Counter |
| Dimension |
|
- error_handler_out_total{application="pcf_smservice",application_exception="DiameterException",error_resolved="false",hostname="rigelns2-pcf-smservice-d846c5cdb-ps5s9",wrapped_exception="DiameterClientResponseException",} 1.0
Table 9-64 occnp_pcf_smservice_overall_processing_time_seconds
| Field | Details |
|---|---|
| Description | SM service overall processing time. |
| Type | Summary |
| Dimension |
|
Table 9-65 occnp_pcf_smservice_overall_processing_time_seconds_max
| Field | Details |
|---|---|
| Description | SM service overall processing time. |
| Type | Gauge |
| Dimension |
|
Table 9-66 occnp_pcf_smservice_overall_processing_time_seconds_count
| Field | Details |
|---|---|
| Description | SM service overall processing time. |
| Type | Counter |
| Dimension |
|
Table 9-67 update_notify_total
| Field | Details |
|---|---|
| Description | This metrics is pegged for to show that there is no notification being sent when there is an AAR message with the flow status as REMOVED and the Message type as either AUDIO, MESSAGE, or OTHER. |
| Type | Counter |
| Dimension |
|
| Example | update_notify_total{application="pcf_smservice",cause="FLOW_STATUS_REMOVED",hostname="gmtommy-pcf-smservice-56cb4584df-clsfd",optimized="Yes",} 2.0 |
For more information about Dimensions, see CNC Policy Metrics.
9.5 AM Service Metrics
The following table describes the AM Service metrics and respective dimensions:
Table 9-68 ocpm_ingress_request_total
| Field | Details |
|---|---|
| Description | Total number of ingress requests received. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_request_total{operation_type="create",servicename_3gpp="npcf-am-policy-control/v1",} 2.0 ; Type-Counter
- ocpm_ingress_request_total{operation_type="get",servicename_3gpp="npcf-am-policy-control/v1",} 1.0 ; Type-Counter
Table 9-69 ocpm_ingress_response_total
| Field | Details |
|---|---|
| Description | Total number of ingress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_response_total{operation_type="create",response_code="2xx",servicename_3gpp="npcf-am-policy-control/v1",} 2.0 ; Type-Counter
- ocpm_ingress_response_total{operation_type="get",response_code="2xx",servicename_3gpp="npcf-am-policy-control/v1",} 1.0 ; Type-Counter
Table 9-70 ocpm_egress_request_total
| Field | Details |
|---|---|
| Description | Total number of egress requests received. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_request_total{operation_type="update_notify",servicename_3gpp="npcf-am-policy-control/v1",} 2.0 ; Type-Counter
- ocpm_egress_request_total{operation_type="terminate_notify",servicename_3gpp="npcf-am-policy-control/v1",} 1.0 ; Type-Counter
Table 9-71 ocpm_egress_response_total
| Field | Details |
|---|---|
| Description | Total number of egress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_response_total{operation_type="terminate_notify",response_code="2xx",servicename_3gpp="npcf-am-policy-control/v1",} 1.0 ; Type-Counter
- ocpm_egress_response_total{operation_type="update_notify",response_code="2xx",servicename_3gpp="npcf-am-policy-control/v1",} 2.0 ; Type-Counter
Table 9-72 am_audit_update_notify_sent_total
| Field | Details |
|---|---|
| Description | Total number of audit notifications sent. |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_update_notify_sent_total{} 1.0 ; Type-Counter
Table 9-73 am_audit_update_notify_session_not_found_total
| Field | Details |
|---|---|
| Description | Total number of 'session not found' notifications. |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_update_notify_session_not_found_total{} 1.0 ; Type-Counter
Table 9-74 am_audit_update_notify_session_found_total
| Field | Details |
|---|---|
| Description | Total number of 'session found' notifications. |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_update_notify_session_found_total{} 1.0 ; Type-Counter
Table 9-75 am_audit_update_timestamp_cnt_total
| Field | Details |
|---|---|
| Description | Total number of timestamp countfor audit requests. |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_update_timestamp_cnt_total{} 1.0 ; Type-Counter
Table 9-76 am_audit_delete_records_count_total
| Field | Details |
|---|---|
| Description | Total number of delete audit records requests |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_delete_records_count_total{notification="true",} 1.0 ; Type-Counter
- am_audit_delete_records_count_total{notification="false",} 1.0 ; Type-Counter
Table 9-77 am_audit_delete_records_max_ttl_count_total
| Field | Details |
|---|---|
| Description | Number of records deleted by AM service when the max TTL was reached. |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_delete_records_max_ttl_count_total{} 1.0 ; Type-Counter
Table 9-78 am_audit_amf_query_total
| Field | Details |
|---|---|
| Description | |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_amf_query_total{} 1.0 ; Type-Counter
Table 9-79 am_audit_update_notify_response_error_total
| Field | Details |
|---|---|
| Description | Number of update notify requests sent to AMF by AM service that were responded with an error code. |
| Metric Type | Counter |
| Dimensions |
Request |
- am_audit_update_notify_response_error_total{} 1.0 ; Type-Counter
Table 9-80 session_oam_request_total
| Field | Details |
|---|---|
| Description | Number of session requests for AM Service |
| Metric Type | Request |
| Dimensions |
|
Table 9-81 session_oam_response_total
| Field | Details |
|---|---|
| Description | Number of session responses for AM Service |
| Metric Type | Response |
| Dimensions |
|
Table 9-82 session_info_request_total
| Field | Details |
|---|---|
| Description | Total number of sessions to be deleted as requested by the AM Service |
| Metric Type | Counter |
| Dimensions |
|
- session_info_request_total{application="pcf_amservice",cause="local_limiting_session",operation_type="delete",session_type="am_session",} 3.0
Table 9-83 session_info_response_total
| Field | Details |
|---|---|
| Description | Total number of sessions deleted as requested by the AM Service |
| Metric Type | Counter |
| Dimensions |
|
- session_info_response_total{application="pcf_amservice",cause="local_limiting_session",operation_type="delete",response_code="5xx",session_type="am_session",} 2.0
Table 9-84 http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Total number of connection requests recieved |
| Metric Type | Counter |
| Dimensions |
|
- http_out_conn_request_total{application="pcf_amservice",bindingId="",bindingLevel="",discoveryId="set001.region01.amfset.5gc.mnc012.mcc345",discoveryParameter="target-nf-set-id",hostname="my-cnpolicy-pcf-amservice-6c54cd7d4d-kp295",operationType="get",servicename3gpp="npcf-am-policy-control",} 2.0
Table 9-85 http_out_conn_response_total
| Field | Details |
|---|---|
| Description | Total number of connection response sent |
| Metric Type | Counter |
| Dimensions |
|
- http_out_conn_response_total{application="pcf_amservice",hostname="my-cnpolicy-pcf-amservice-6c54cd7d4d-kp295",operationType="update_notify",responseCode="5xx",servicename3gpp="npcf-am-policy-control",} 2.0
Table 9-86 ocpm_ar_request_total
| Field | Details |
|---|---|
| Description | Total number of ar requests recieved |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_request_total{application="pcf_amservice",fqdn="nf12stub.harald-ns.svc",hostname="my-cnpolicy-pcf-amservice-6c54cd7d4d-kp295",scheme="http",servicename3gpp="npcf-am-policy-control",} 1.0
- ocpm_ar_request_total{application="pcf_amservice",fqdn="nf12stub.harald-ns.svc",hostname="my-cnpolicy-pcf-amservice-6c54cd7d4d-kp295",scheme="http",servicename3gpp="npcf-am-policy-control",} 1.0
Table 9-87 ocpm_ar_response_total
| Field | Details |
|---|---|
| Description | Total number of ar response sent |
| Metric Type | Counter |
| Dimensions |
|
Table 9-88 occnp_http_in_conn_response_total
| Field | Details |
|---|---|
| Description | Number of http responses for AM Service |
| Metric Type | Counter |
| Dimensions |
|
- occnp_http_in_conn_response_total{application="pcf_amservice",bindingId="",bindingLevel="",dnn="dnn1",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",nfInstanceId="", ,operationType="update",responseCode="400",priority="",servicename3gpp="npcf-amservice",snssai="11-abc123",cause="PENDING_TRANSACTION"
Table 9-89 http_bulwark_lock_request
| Field | Details |
|---|---|
| Description | Number of bulwark lock requests |
| Metric Type | Counter |
| Dimensions |
|
- http_bulwark_lock_request{application="pcf_amservice",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",operationType="bulwark_lock",servicenameNon3gpp="npcf-amservice"}
Table 9-90 http_bulwark_unlock_request
| Field | Details |
|---|---|
| Description | Number of bulwark unlock requests |
| Metric Type | Counter |
| Dimensions |
|
- http_bulwark_unlock_request{application="pcf_amservice",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",operationType="bulwark_unlock",servicenameNon3gpp="npcf-amservice"}
Table 9-91 http_bulwark_lock_response
| Field | Details |
|---|---|
| Description | Number of bulwark lock responses |
| Metric Type | Counter |
| Dimensions |
|
- http_bulwark_lock_response{application="pcf_amservice",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",operationType="bulwark_lock",responseCode="201",servicenameNon3gpp="npcf-smpolicycontrol"}
Table 9-92 http_bulwark_lock_request_retry
| Field | Details |
|---|---|
| Description | Number of bulwark lock request retries |
| Metric Type | Counter |
| Dimensions |
|
- http_bulwark_lock_request_retry{application="pcf_amservice",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",operationType="bulwark_lock",responseCode="204",servicenameNon3gpp="npcf-amservice"}
Table 9-93 http_bulwark_unlock_request_retry
| Field | Details |
|---|---|
| Description | Number of bulwark unlock request retries |
| Metric Type | Counter |
| Dimensions |
|
- http_bulwark_unlock_request_retry{application="pcf_amservice",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",operationType="bulwark_unlock",responseCode="204",servicenameNon3gpp="npcf-amservice"}
Table 9-94 occnp_http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Number of http requestd for AM Service |
| Metric Type | Counter |
| Dimensions |
|
- occnp_http_out_conn_request_total{application="pcf_amservice",bindingId="",bindingLevel="",dnn="dnn1",hostname="jiandong-pcf-smservice-5878554dc7-wgvc7",nfInstanceId="",nfName="",operationType="update_notify",priority="",servicename3gpp="npcf-amservice",snssai="",retry="Yes"}
Table 9-95 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Metric Type | Gauge |
| Dimensions |
|
For more information about Dimensions, see CNC Policy Metrics.
9.6 CM Service Metrics
The following table describes the CM Service metrics and respective dimensions:
Table 9-96 system_operational_state
| Field | Details |
|---|---|
| Description | This metric indicates the current operational state |
| Metric Type | Gauge |
| Dimensions |
|
For more information about Dimensions, see CNC Policy Metrics.
Examples
- system_operational_state{application="config-server",eng_version="",microservice="",namespace="",node="",pod="occnp-config-mgmt",vendor="oracle",} 1.0
9.7 PA Service Metrics
The following table describes the PA Service metrics and respective dimensions:
Table 9-97 ocpm_ingress_request_total
| Field | Details |
|---|---|
| Description | Total number of ingress requests received. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="create",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="update",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="delete",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_request_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="get",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",} 1.0 ; Type-Counter
Table 9-98 ocpm_ingress_response_total
| Field | Details |
|---|---|
| Description | Total number of ingress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="create",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="update",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",binding_level="", binding_id=""} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="delete",response_code="4xx",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",binding_level="", binding_id=""} 1.0 ; Type-Counter
- ocpm_ingress_response_total{application="pcf_smservice",dnn="dnn1",nf_instance_id="",operation_type="get",response_code="2xx",sbi_priority="",servicename_3gpp="npcf-policyauthorization",snssai="11-abc123",binding_level="", binding_id=""} 1.0 ; Type-Counter
Table 9-99 remote_delete_notify_total
| Field | Details |
|---|---|
| Description | Total number of delete requests. |
| Metric Type | Counter |
| Dimensions |
|
- remote_delete_notify_total{Code="2xx",Request="DeleteNotify",SessionType="PA",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
- remote_delete_notify_total{Code="4xx",Request="DeleteNotify",SessionType="PA",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
- remote_delete_notify_total{Code="5xx",Request="DeleteNotify",SessionType="PA",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
- remote_delete_notify_total{Code="N/A",Request="EmulateDelete",SessionType="PA",application="pcf_smservice",hostname="4dfc2dfc25da",} 0.0
Table 9-100 session_oam_request_total
| Field | Details |
|---|---|
| Description | Number of session requests for PA Service |
| Metric Type | Request |
| Dimensions |
|
Table 9-101 session_oam_response_total
| Field | Details |
|---|---|
| Description | Number of session responses for PA Service |
| Metric Type | Response |
| Dimensions |
|
For more information about Dimensions, see CNC Policy Metrics.
9.8 UE Service Metrics
The following table describes the new UE Service metrics and the respective dimensions:
Table 9-102 ue_n1_ursp_rule_delivery
| Field | Details |
|---|---|
| Description | This metric is incremented when a URSP rule is selected for delivery to UE. |
| Metric Type | Counter |
| Dimensions | ruleName |
Table 9-103 ue_n1_transfer_request
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF sends an encoded N1 message (fragment) to AMF for delivery to UE. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-104 ue_n1_transfer_response
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF receives a response from AMF for an N1 message (fragment) delivery to UE. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-105 ue_n1_transfer_exception
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF encounters an exception and fails to initiate an N1 message (fragment) delivery. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-106 ue_n1_transfer_retransmit
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF re-transmits an encoded N1 message (fragment) to AMF for delivery to UE. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-107 ue_n1_transfer_abort
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF aborts an N1 message delivery procedure. |
| Metric Type | Counter |
| Dimensions | reason |
Table 9-108 ue_n1_transfer_skip
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF skips an N1 message fragment. |
| Metric Type | Counter |
| Dimensions | NA |
Table 9-109 ue_n1_transfer_failure_notification
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF receives a transfer failure notification from the AMF. |
| Metric Type | Counter |
| Dimensions | cause |
Table 9-110 ue_n1_transfer_ue_notification
| Field | Details |
|---|---|
| Description | This metric shall be incremented when PCF receives an N1 notification from the UE. |
| Metric Type | Counter |
| Dimensions | commandType |
The following table describes the UE Service metrics and respective dimensions:
Table 9-111 ocpm_ingress_request_total
| Field | Details |
|---|---|
| Description | Total number of ingress requests received |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_request_total{operation_type="get",servicename_3gpp="npcf-ue-policy-control",} 2.0 ; Type-Counter
Table 9-112 ocpm_ingress_response_total
| Field | Details |
|---|---|
| Description | Total number of ingress responses |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_response_total{operation_type="get",response_code="5xx",servicename_3gpp="npcf-ue-policy-control",} 4.0 ; Type-Counter
Table 9-113 ocpm_egress_request_total
| Field | Details |
|---|---|
| Description | Total number of egress requests received |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_request_total{application="pcf_ueservice",binding_id="",binding_level="",discovery_id="",discovery_parameter="target-nf-set-id",hostname="pcf-pcf-ueservice-7988ccfbd9-zn8hs",nf_instance_id="13515195-c537-4645-9b97-96ec797fbbbf",nf_name="nf1stub.gunther-ns.svc",operation_type="audit_notification",servicename_3gpp="npcf-ue-policy-control",} 1.0
Table 9-114 ocpm_egress_response_total
| Field | Details |
|---|---|
| Description | Total number of egress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_response_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-7988ccfbd9-zn8hs",nf_instance_id="13515195-c537-4645-9b97-96ec797fbbbf",nf_name="nf1stub.gunther-ns.svc",operation_type="audit_notification",response_code="5xx",servicename_3gpp="npcf-ue-policy-control",} 1.0
Table 9-115 session_viewer_request_total
| Field | Details |
|---|---|
| Description | This metric shows the total number of query requests made using the Session Viewer. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-116 session_viewer_response_total
| Field | Details |
|---|---|
| Description | This metric shows the total number of responses to query requests made using the Session Viewer. |
| Metric Type | Counter |
| Dimensions |
Table 9-117 session_oam_request_total
| Field | Details |
|---|---|
| Description | Number of session requests for UE Service |
| Metric Type | Request |
| Dimensions |
|
Table 9-118 session_oam_response_total
| Field | Details |
|---|---|
| Description | Number of session responses for UE Service |
| Metric Type | Response |
| Dimensions |
|
Table 9-119 occnp_ue_audit_stale_records_count_total
| Field | Details |
|---|---|
| Description | Total number of stale records received from Audit Service in all notifications |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_audit_stale_records_count_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-58f8bd57d5-frggs",} 1.0
Table 9-120 occnp_ue_audit_deleted_records_count_total
| Field | Details |
|---|---|
| Description | Total number of stale records deleted. |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_audit_deleted_records_count_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-58f8bd57d5-frggs",} 1.0
Table 9-121 occnp_ue_update_notify_rcvd_error_response_total
| Field | Details |
|---|---|
| Description | Total number of update notify requests that can not be sent to AMF or timed out |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_update_notify_rcvd_error_response_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-7988ccfbd9-zn8hs",response_code="5xx",} 1.0
Table 9-122 audit_recs_stale_total
| Field | Details |
|---|---|
| Description | Total number of records detected as stale |
| Metric Type | |
| Dimensions |
|
- audit_recs_stale_total{ServiceName="pcf-ueservice",TableName="UePolicyAssociation",} 1.0
Table 9-123 occnp_ue_audit_notif_sent_to_amf_count_total
| Field | Details |
|---|---|
| Description | Total number of notifications sent to AMF on receiving stale session notification from audit |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_audit_notif_sent_to_amf_count_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-7988ccfbd9-zn8hs",} 1.0
Table 9-124 occnp_ue_audit_update_notify_session_found_total
| Field | Details |
|---|---|
| Description | Total number of sessions found at AMF on sending update notify request (that is, when received 204 response from AMF) |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_audit_update_notify_session_found_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-58f8bd57d5-frggs",} 1.0
Table 9-125 occnp_ue_audit_update_notify_session_not_found_total
| Field | Details |
|---|---|
| Description | Total number of sessions not found at AMF on sending update notify request (that is, received 404 response from AMF) |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_audit_update_notify_session_not_found_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-58f8bd57d5-frggs",} 1.0
Table 9-126 occnp_ue_audit_deleted_records_maxttl_reached_count_total
| Field | Details |
|---|---|
| Description | Total number of records deleted as maxttl expired |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_audit_deleted_records_maxttl_reached_count_total{application="pcf_ueservice",hostname="pcf-pcf-ueservice-58f8bd57d5-frggs",} 1.0
Table 9-127 session_info_request_total
| Field | Details |
|---|---|
| Description | Total number of sessions to be deleted as requested by the UE Policy Service |
| Metric Type | Counter |
| Dimensions |
|
- session_info_request_total{application="pcf_ueservice",cause="local_limiting_session",operation_type="delete",session_type="ue_session",} 3.0
Table 9-128 session_info_response_total
| Field | Details |
|---|---|
| Description | Total number of sessions deleted as requested by the UE Policy Service |
| Metric Type | Counter |
| Dimensions |
|
- session_info_response_total{application="pcf_ueservice",cause="local_limiting_session",operation_type="delete",response_code="5xx",session_type="ue_session",} 2.0
Table 9-129 occnp_ue_discovery_success_count_total
| Field | Details |
|---|---|
| Description | Enables Policy to report how many discoveries based in AMF Region ID and AMF Set ID or GUAMI were successful |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_discovery_success_count_total '{discoveryType="setIdRegionId", setID="2", regionID="1",mcc="",mnc="",amfId=""}',2
- occnp_ue_discovery_success_count_total '{discoveryType="guami",setID="",regionID="",mcc="450",mnc="05",amfId="010041"}',2
Table 9-130 occnp_ue_discovery_failure_count_total
| Field | Details |
|---|---|
| Description | Enables Policy to report how many discoveries based in AMF Region ID and AMF Set ID or GUAMI failed |
| Metric Type | Counter |
| Dimensions |
|
- occnp_ue_discovery_failure_count_total '{discoveryType="setIdRegionId", setID="1", regionID="2",mcc="",mnc="",amfId=""}',1
Table 9-131 occnp_http_ue_request_total
| Field | Details |
|---|---|
| Description | Number of http UE requests |
| Metric Type | Counter |
| Dimensions |
|
- occnp_http_ue_request_total{application="pcf_ueservice",hostname="jiandong-pcf-ueservice-5878554dc7-wgvc7",operationType="bulwark_lock",servicenameNon3gpp="npcf-ueservice"}
Table 9-132 occnp_http_ue_response_total
| Field | Details |
|---|---|
| Description | Number of http UE responses |
| Metric Type | Counter |
| Dimensions |
|
- occnp_http_ue_response_total{application="pcf_ueservice",hostname="ueservice-5878554dc7-wgvc7",operationType="bulwark_unlock", responseCode="204",servicenameNon3gpp="npcf-ueservice", retry=false}
Table 9-133 http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Total number of connection requests recieved |
| Metric Type | Counter |
| Dimensions |
|
- http_out_conn_request_total{application="pcf_ueservice",bindingId="set001.region48.amfset.5gc.mnc012.mcc345",bindingLevel="nf-set",discoveryId="set001.region48.amfset.5gc.mnc012.mcc345",discoveryParameter="target-nf-set-id",hostname="my-cnpolicy-pcf-ueservice-6696fd4bf4-6mf8v",nfInstanceId="13515195-c537-4645-9b97-96ec797f2222",nfName="nf1stub.harald-ns.svc",operationType="transfer",servicename3gpp="npcf-ue-policy-control",} 3.0
Table 9-134 http_out_conn_response_total
| Field | Details |
|---|---|
| Description | Total number of connection response sent |
| Metric Type | Counter |
| Dimensions |
|
- http_out_conn_response_total{application="pcf_ueservice",hostname="my-cnpolicy-pcf-ueservice-7d5bc8d8d4-gsnr4",nfInstanceId="13515195-c537-4645-9b97-96ec797f2222",nfName="nf1stub.harald-ns.svc",operatione="2xx",servicename3gpp="npcf-ue-policy-control",} 3.0
Table 9-135 ocpm_ar_request_total
| Field | Details |
|---|---|
| Description | Total number of ar requests recieved |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_request_total{application="pcf_ueservice",fqdn="nf22stub.harald-ns.svc",hostname="my-cnpolicy-pcf-ueservice-7d5bc8d8d4-gsnr4",scheme="http",servicename3gpp="npcf-ue-policy-control",} 1.0
Table 9-136 ocpm_ar_response_total
| Field | Details |
|---|---|
| Description | Total number of ar response sent |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_response_total{application="pcf_ueservice",fqdn="nf22stub.harald-ns.svc",hostname="my-cnpolicy-pcf-ueservice-7d5bc8d8d4-gsnr4",responseCode="4xx",scheme="http",servicename3gpp="npcf-ue-policy-control",} 1.0
Table 9-137 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-138 n1_message_policy_evaluation
| Field | Details |
|---|---|
| Description | Metric that increments each time there was a policy evaluated for skip, abort and retransmit n1 notification message. |
| Metric Type | Counter |
| Dimensions |
|
For more information about Dimensions, see CNC Policy Metrics.
9.9 User Service Metrics
The following table describes the User Service (User/UDR/CHF) metrics and respective dimensions:
Table 9-139 ocpm_userservice_inbound_count_total
| Field | Details |
|---|---|
| Description | Total number of inbound request. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="post",service_resource="udr-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="get",service_resource="chf-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="get",service_resource="udr-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="notify",service_resource="chf-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="delete",service_resource="user-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="get",service_resource="user-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="notify",service_resource="udr-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="delete",service_resource="udr-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="terminate",service_resource="chf-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="delete",service_resource="chf-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="patch",service_resource="udr-service",} 0.0 ; Type-Counter
- ocpm_userservice_inbound_count_total{application="pcf_userservice",operation_type="put",service_resource="udr-service",} 0.0 ; Type-Counter
Table 9-140 ocpm_ar_setup_total
| Field | Details |
|---|---|
| Description | Track number of registration request sent to alternate route service. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_setup_total{anchorFqdn="chfanchor.allsim.svc",application="pcf_userservice",scheme="http",} 1.0 ; Type-Counter
Table 9-141 ocpm_ar_request_total
| Field | Details |
|---|---|
| Description | Tracks number of alternate routing attempts to producer or consumer on Initial, Subsequent, or Notification messages. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_request_total{application="pcf_userservice",fqdn="udmanchor.allsim.svc",scheme="http",} 1.0 ; Type-Counter
Table 9-142 ocpm_ar_response_total
| Field | Details |
|---|---|
| Description | Tracks response on number of alternate routing attempts to producer or consumer on Initial, Subsequent, or Notification messages. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_response_total{application="pcf_userservice",fqdn="udmanchor.allsim.svc",responseCode="2xx",scheme="http",} 1.0 ; Type-Counter
Table 9-143 ocpm_ar_lookup_request_total
| Field | Details |
|---|---|
| Description | Track number of time alternate route lookup was done for a given scheme+FQDN. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_lookup_request_total{anchorFqdn="udmanchor.allsim.svc",application="pcf_userservice",scheme="http",} 1.0 ; Type-Counter
Table 9-144 ocpm_ar_lookup_response_total
| Field | Details |
|---|---|
| Description | Tracks response codes for request to "alternateRoute" service. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ar_lookup_response_total{anchorFqdn="udmanchor.allsim.svc",application="pcf_userservice",responseCode="2xx",scheme="http",} 1.0 ; Type-Counter
Table 9-145 ocpm_udr_tracking_request_total
| Field | Details |
|---|---|
| Description | Total number of UDR tracking request. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_udr_tracking_request_total{HostName="",application="pcf_userservice",nf_instance_id="fe7d992b-0541-4c7d-ab84-c6d70b1babc1",operation_type="get",service_resource="policy-data",service_subresource="ue-policy-set",service_version="v1",servicename_3gpp="nudr-dr",} 0.0 ; Type-Counter
Table 9-146 ocpm_chf_tracking_request_total
| Field | Details |
|---|---|
| Description | Total number of CHF tracking requests. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-147 ocpm_udr_tracking_response_total
| Field | Details |
|---|---|
| Description | Total number of UDR tracking responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_udr_tracking_response_total{HostName="",application="pcf_userservice",nf_instance_id="fe7d992b-0541-4c7d-ab84-c6d70b1babc1",nf_name="udr.oracle.com",operation_type="subscribe",response_code="2xx",service_resource="policy-data",service_subresource="",service_version="v1",servicename_3gpp="nudr-dr",} 0.0 ; Type-Counter
Table 9-148 ocpm_udr_tracking_request_timeout_total
| Field | Details |
|---|---|
| Description | Total number of UDR request timeouts. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_udr_tracking_request_timeout_total{HostName="",application="pcf_userservice",nf_instance_id="fe7d992b-0541-4c7d-ab84-c6d70b1babc1",nf_name="udr.oracle.com",operation_type="patch",service_resource="policy-data",service_subresource="subs-to-notify",service_version="v1",servicename_3gpp="nudr-dr",} 0.0; Type-Counter
Table 9-149 ocpm_chf_tracking_response_total
| Field | Details |
|---|---|
| Description | Total number of CHF tracking responses. |
| Metric Type | Counter |
| Dimensions |
|
Table 9-150 ocpm_chf_tracking_request_timeout_total
| Field | Details |
|---|---|
| Description | Total number of CHF request timeouts. |
| Metric Type | |
| Dimensions |
|
Table 9-151 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Metric Type | Gauge |
| Dimensions |
|
Table 9-152 occnp_policy_userservice_overall_processing_time_seconds
| Field | Details |
|---|---|
| Description | User service overall processing time. |
| Type | Summary |
| Dimension |
|
Table 9-153 occnp_policy_userservice_overall_processing_time_seconds_count
| Field | Details |
|---|---|
| Description | User service overall processing time. |
| Type | Counter |
| Dimension |
|
Table 9-154 occnp_policy_userservice_overall_processing_time_seconds_max
| Field | Details |
|---|---|
| Description | User service overall processing time. |
| Type | Gauge |
| Dimension |
|
Table 9-155 occnp_policy_userservice_overall_processing_time_seconds_sum
| Field | Details |
|---|---|
| Description | User service overall processing time. |
| Type | Counter |
| Dimension |
|
Table 9-156 occnp_udr_nf_cookie_enabled_total
| Field | Details |
|---|---|
| Description | This metric is incremented when cached NF profile is used and the feature is enabled. |
| Metric Type | Counter |
| Dimensions |
|
| Example | occnp_udr_nf_profile_cookie_enabled_total{HostName="",application="pcf_userservice",hostname="pcf-occnp-udr-connector-5dc478c84c-78k9p",nf_instance_id="fe7d992b-0541-4c7d-ab84-555550000000",nf_name="nf1stub.s-galeleo.svc",operation_type="GET",service_resource="policy-data",service_subresource="ue-policy-set",service_version="v1",servicename_3gpp="nudr-dr",} 3.0 |
- occnp_udr_nf_profile_cookie_enabled_total{HostName="",application="pcf_userservice",hostname="pcf-occnp-udr-connector-5dc478c84c-78k9p",nf_instance_id="fe7d992b-0541-4c7d-ab84-555550000000",nf_name="nf1stub.s-galeleo.svc",operation_type="GET",service_resource="policy-data",service_subresource="ue-policy-set",service_version="v1",servicename_3gpp="nudr-dr",} 3.0
Table 9-157 occnp_udr_use_related_resource
| Field | Details |
|---|---|
| Description | This metric is incremented when a related resource is used and feature is enabled. |
| Metric Type | Counter |
| Dimensions |
|
| Example | occnp_udr_use_related_resource_total{HostName="",application="pcf_userservice",hostname="pcf-occnp-udr-connector-5dc478c84c-78k9p",nf_instance_id="fe7d992b-0541-4c7d-ab84-555550000000",nf_name="nf1stub.s-galeleo.svc",operation_type="GET",service_resource="policy-data",service_subresource="ue-policy-set",service_version="v1",servicename_3gpp="NUDR_DR",} 1.0 |
- occnp_udr_use_related_resource_total{HostName="",application="pcf_userservice",hostname="pcf-occnp-udr-connector-5dc478c84c-78k9p",nf_instance_id="fe7d992b-0541-4c7d-ab84-555550000000",nf_name="nf1stub.s-galeleo.svc",operation_type="GET",service_resource="policy-data",service_subresource="ue-policy-set",service_version="v1",servicename_3gpp="NUDR_DR",} 1.0
For more information about Dimensions, see CNC Policy Metrics.
9.10 Diameter Connector Service Metrics
The following table describes the Diameter Connector Service metrics and respective dimensions:
Table 9-158 ocpm_ingress_request_total
| Field | Details |
|---|---|
| Description | Total number of ingress requests received. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_request_total{apn="",nf_instance_id="AF.oracle.com",operation_type="create",servicename_3gpp="rx",} 5.0 ; Type-Counter
Table 9-159 ocpm_ingress_response_total
| Field | Details |
|---|---|
| Description | Total number of ingress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_ingress_response_total{apn="",nf_instance_id="ocpcf",operation_type="create",response_code="2xxx",servicename_3gpp="rx",} 2.0 ; Type-Counter
Table 9-160 ocpm_egress_request_total
| Field | Details |
|---|---|
| Description | Total number of egress requests received. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_request_total{nf_instance_id="AF.oracle.com",operation_type="update_notify",servicename_3gpp="rx",} 1.0 ; Type-Counter
Table 9-161 ocpm_egress_response_total
| Field | Details |
|---|---|
| Description | Total number of egress responses. |
| Metric Type | Counter |
| Dimensions |
|
- ocpm_egress_response_total{latency="3",nf_instance_id="AF.oracle.com",operation_type="update_notify",response_code="2xxx",servicename_3gpp="rx",} 1.0 ; Type-Counter
Table 9-162 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Metric Type | Gauge |
| Dimensions |
|
Table 9-163 occnp_diam_connector_overall_processing_time_seconds
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Summary |
| Dimension |
|
Table 9-164 occnp_diam_connector_overall_processing_time_seconds_max
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Gauge |
| Dimension |
|
Table 9-165 occnp_diam_connector_overall_processing_time_seconds_count
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Counter |
| Dimension |
|
Table 9-166 occnp_diam_connector_overall_processing_time_seconds_sum
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Counter |
| Dimension |
|
For more information about Dimensions, see CNC Policy Metrics.
9.11 Diameter Gateway Metrics
The following table describes the Diameter Gateway metrics and respective dimensions:
Table 9-167 occnp_diam_conn_network
| Field | Details |
|---|---|
| Description | Tracks active diameter connections with network peers. |
| Type | Gauge |
| Dimension |
|
| Example | occnp_diam_conn_network{destHost="",destRealm="",direction="in",origHost="udr.oracle.com",origRealm="oracle.com",} 1.0 ; Type-Gauge |
Table 9-168 occnp_diam_conn_app_network
| Field | Details |
|---|---|
| Description | Tracks active diameter connections with network peers that support given application ID. |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Example:
Table 9-169 occnp_diam_request_network_total
| Field | Details |
|---|---|
| Description | Tracks total number of request messages of given command code to or from network |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_network_total{appId="16777217",cmdCode="308",destHost="",destRealm="oracle.com",direction="out",msgType="SNR",origHost="pcrf-core",origRealm="oracle.com",} 2.0 ; Type-Counter |
Table 9-170 occnp_diam_response_network_total
| Field | Details |
|---|---|
| Description | Tracks total number of answer messages of given command code to or from network. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_network_total{appId="16777217",cmdCode="308",reqDestHost="udr.oracle.com",reqDestRealm="oracle.com",direction="in",msgType="SNA",reqOrigHost="pcrf-core",reqOrigRealm="oracle.com",responseCode="2001",} 2.0 ; Type-Counter |
Table 9-171 occnp_diam_conn_local
| Field | Details |
|---|---|
| Description | Tracks active diameter connections with local services. |
| Type | Gauge |
| Dimension |
|
| Example | occnp_diam_conn_local{destHost="",destRealm="",direction="out",origHost="pcrf-core",origRealm="oracle.com",} 1.0 ; Type-Gauge |
Table 9-172 occnp_diam_conn_app_local
| Field | Details |
|---|---|
| Description |
Tracks active diameter connections with local services that support given application id. Increment this metric for each application Id supported over connection, such as intersection of application ID in CER and CEA. |
| Type | Gauge |
| Dimension |
|
| Example | occnp_diam_conn_app_local{appId="16777294,16777222,16777266,16777302,16777236,16777237,16777303,16777267,16777322,16777229,16777238,16777217",appType="pcrf",applicationName="",destHost="",destRealm="",origHost="pcrf-core",origRealm="oracle.com",} 1.0 ; Type-Gauge |
Table 9-173 occnp_diam_request_local_total
| Field | Details |
|---|---|
| Description | Tracks total number of request messages of given command code to or from local service |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-174 occnp_diam_response_local_total
| Field | Details |
|---|---|
| Description | Tracks total number of answer messages of given command code to or from local service. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-175 occnp_diam_request_inter_total
| Field | Details |
|---|---|
| Description | Tracks total number of request messages of given command code to or from host services |
| Type | Counter |
| Dimension |
|
Table 9-176 occnp_http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Total number of http connection requests. |
| Type | Counter |
| Dimension |
|
| Example | occnp_http_out_conn_request_total{operationType="read",serviceResource="Binding",service_version="v1",servicename3gpp="DiameterGateway",} 1.0 ; Type-Counter |
Table 9-177 occnp_http_out_conn_response_total
| Field | Details |
|---|---|
| Description | Total number of http connection responses. |
| Type | Counter |
| Dimension |
|
| Example | occnp_http_out_conn_response_total{latency="9",operationType="read",responseCode="2xx",serviceResource="Binding",serviceVersion="v1",servicename3gpp="DiameterGateway",} 1.0 ; Type-Counter |
Table 9-178 diam_overload_msg_reject_total
| Field | Details |
|---|---|
| Description | Total number of messages rejected due to overload control. |
| Type | Counter |
| Dimension |
|
Table 9-179 diam_controlled_shutdown_message_reject_total
| Field | Details |
|---|---|
| Description | Indicates failure count because of forced shutdown feature. |
| Type | Counter |
| Dimension |
|
| Example | diam_controlled_shutdown_message_reject_total{msgType="Gx_CCR_I",appId="16777238",cmdCode="272",destHost="",destRealm="oracle.com",operationalState="PARTIAL_SHUTDOWN",origHost="pgw.oracle.com",origRealm="test.example.com",responseCode="5012",} 1.0 |
Table 9-180 diam_overload_message_reject_total
| Field | Details |
|---|---|
| Description | Indicates the number of messages rejected due to overload. |
| Type | Counter |
| Dimension |
|
| Example | diam_overload_message_reject_total{appId="16777236",cmdCode="265",destHost="",destRealm="oracle.com",msgType="request",origHost="diamcliaf.oracle.com",origRealm="test.example.com",priority="12",responseCode="3004",} 1.0 |
Table 9-181 diam_congestion_message_reject_total
| Field | Details |
|---|---|
| Description | Indicates the number of messages rejected due to congestion. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-182 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimension |
|
Table 9-183 occnp_pod_resource_congestion_state
| Field | Details |
|---|---|
| Description | Indicates the pod congestion state. |
| Type | Gauge |
| Dimension | type |
| Examples |
|
Table 9-184 occnp_diameter_outstanding_msg_count
| Field | Details |
|---|---|
| Description | Provides an instantaneous number of outstanding diameter messages in the queue. |
| Type | Gauge |
| Dimension | NA |
| Examples | occnp_diameter_outstanding_msg_count 10.0 |
For more information about Dimensions, seeCNC Policy Metrics.
9.12 Policy DS Metrics
The following table describes the Policy DS Service metrics and respective dimensions:
Table 9-185 client_request_total
| Field | Details |
|---|---|
| Description | Total number of client requests. |
| Type | Counter |
| Dimension |
|
| Example | client_request_total{application="policyds",operation="SEARCH",workflow="LDAP",} 1.0 ; Type-Counter |
Table 9-186 client_response_total
| Field | Details |
|---|---|
| Description | Total number of responses from the client. |
| Type | Counter |
| Dimension |
|
| Example | client_response_total{application="policyds",operation="SEARCH",response="200",workflow="LDAP",} 1.0 ; Type-Counter |
Table 9-187 server_request_total
| Field | Details |
|---|---|
| Description | Metric that increments its value each time a request
is being sent from PDS to another service.
For example: For communication with CHF task dimension is "CHF". |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-188 server_response_total
| Field | Details |
|---|---|
| Description |
Metric that increments its value each time a response is being received from a request that PDS sent to another service. For example: For communication with CHF task dimension is "CHF". Response dimension specifies the response of the request (200, 500, 400, etc) |
| Type | Counter |
| Dimension |
|
| Example | server_response_total{exported_application="policyds",method="POST",response="200",} 1.0 ; Type-Counter |
Table 9-189 remove_contextInfo_total
| Field | Details |
|---|---|
| Description | Total number of context infos deleted once the column
length has reached the configured limit, that is, 4000 characters.
Note: To modify the default value, update
the value for the variable
|
| Type | Counter |
| Dimension |
|
Table 9-190 revalidation_request
| Field | Details |
|---|---|
| Description | This metric is incremented when the revalidation is required for a datasource. It is also incremented when revalidation for a subscription failed with 404 but reattempt is done for the request. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-191 revalidation_response
| Field | Details |
|---|---|
| Description | This metric is incremented when any of the following
responses are received for revalidation request:
Note: You can identify the exact cause
with the |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-192 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimension |
|
Table 9-193 error_handler_in_total
| Field | Details |
|---|---|
| Description | This metric is incremented on initialization of error handling. |
| Type | Counter |
| Dimension |
|
| Example | error_handler_in_total{application="policyds",application_exception="HttpException",wrapped_exception="TimeoutException",} 1.0 |
Table 9-194 error_handler_exec_total
| Field | Details |
|---|---|
| Description | This metric is incremented on error handling performed by framework. |
| Type | Counter |
| Dimension |
|
| Example | error_handler_exec_total{application="policyds",application_exception="HttpException",error_type="INTERNAL",operation="LOOKUP",origin="HTTP",rule_name="HTTP_REQUEST",source_interface="POLICY",status="502",target_interface="BSF",wrapped_exception="BadGateway",} 1.0 |
Table 9-195 error_handler_out_total
| Field | Details |
|---|---|
| Description | This metric is incremented on completion of error handling. |
| Type | Counter |
| Dimension |
|
Table 9-196 occnp_policyds_overall_processing_time_seconds
| Field | Details |
|---|---|
| Description | Policy DS service overall processing time. |
| Type | Summary |
| Dimension |
|
Table 9-197 occnp_policyds_overall_processing_time_seconds_max
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Gauge |
| Dimension |
|
Table 9-198 occnp_policyds_overall_processing_time_seconds_count
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Counter |
| Dimension |
|
Table 9-199 occnp_policyds_overall_processing_time_seconds_sum
| Field | Details |
|---|---|
| Description | Diameter Connector service overall processing time. |
| Type | Counter |
| Dimension |
|
| Examples | error_handler_out_total{application="policyds",application_exception="HttpException",error_resolved="true",wrapped_exception="BadRequest",} 1.0 |
Table 9-200 occnp_nf_cookie_forwarded_total
| Field | Details |
|---|---|
| Description | This metric is incremented every time a NF profile cookie is forwarded from PDS. |
| Type | Counter |
| Dimension |
|
| Example | occnp_nf_cookie_forwarded_total{application="policyds,"task="UDR",vendorId="Oracle"} 1.0 ; |
Table 9-201 occnp_nf_cookie_recieved_total
| Field | Details |
|---|---|
| Description | This metric is incremented every time a NF profile cookie is recieved from PDS. |
| Type | Counter |
| Dimension |
|
| Example | occnp_nf_cookie_recieved_total{application="policyds,task="UDR",vendorId="Oracle"} 1.0 ; |
For more information about Dimensions, see CNC Policy Metrics.
9.13 LDAP Gateway
The following table describes the LDAP Gateway Service metrics and respective dimensions:
Table 9-202 ldap_request_total
| Field | Details |
|---|---|
| Description | Total number of LDAP requests. |
| Type | Counter |
| Dimension |
|
Example: ldap_request_total{ReqType="GET",application="ldapgateway"} 13.0 ; Type-Counter
Table 9-203 ldap_response_total
| Field | Details |
|---|---|
| Description | Total number of LDAP responses. |
| Type | Counter |
| Dimension |
|
- ldap_response_total{Code="4xx",ReqType="GET",application="ldapgateway"} 0.0 ; Type-Counter
- ldap_response_total{Code="2xx",ReqType="GET",application="ldapgateway"} 13.0 ; Type-Counter
- ldap_response_total{Code="5xx",ReqType="GET",application="ldapgateway"} 0.0 ; Type-Counter
Table 9-204 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimension |
|
For more information about Dimensions, see CNC Policy Metrics.
9.14 Binding Service Metrics
The following table describes the Binding Service metrics and respective dimensions:
Table 9-205 ocpm_binding_inbound_request_total
| Field | Details |
|---|---|
| Description | Total number of inbound requests. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-206 ocpm_egress_request_total
| Field | Details |
|---|---|
| Description | Total number of egress requests. |
| Type | Counter |
| Dimension |
|
Table 9-207 ocpm_egress_response_total
| Field | Details |
|---|---|
| Description | Total number of egress responses. |
| Type | Counter |
| Dimension |
|
Table 9-208 ocpm_binding_inbound_response_total
| Field | Details |
|---|---|
| Description | Total number of inbound responses. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-209 occnp_binding_query_request_count
| Field | Details |
|---|---|
| Description | This metric tracks the total number of Audit Notify requests received from BSF. |
| Type | Counter |
| Dimension |
|
| Example | occnp_binding_query_request_count_total{ingress_service="",operation_type="AuditNotify",servicename_3gpp="binding",} 1.0 |
Table 9-210 occnp_binding_query_response_count
| Field | Details |
|---|---|
| Description | This metric tracks the total number of successful responses sent to BSF for Audit Notify requests. |
| Type | Counter |
| Dimension |
|
| Example | occnp_binding_query_response_count_total{ingress_service="",operation_type="AuditNotify",response_code="2xx",servicename_3gpp="binding",} 1.0 |
Table 9-211 occnp_audit_notif_request_count
| Field | Details |
|---|---|
| Description | The total number of audit notification requests received by binding service. |
| Type | Counter |
| Dimension |
|
| Example | occnp_audit_notif_request_count_total{nfInstanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",servicename_3gpp="binding",} 1.0 ; Type-Counter |
Table 9-212 occnp_audit_notif_response_count
| Field | Details |
|---|---|
| Description | The total number of responses sent by binding service for audit notifications. |
| Type | Counter |
| Dimension |
|
| Example | occnp_audit_notif_response_count_total{nfInstanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",response_code="2xx",servicename_3gpp="binding",} 1.0 ; Type-Counter |
Table 9-213 occnp_stale_session_cleanup_count
| Field | Details |
|---|---|
| Description | Total number of records deleted from the binding database by the stale session clean up process. |
| Type | Counter |
| Dimension |
|
| Example | occnp_stale_session_cleanup_count_total{servicename_3gpp="binding",sessionType="dependentcontextbinding",} 1.0 ; Type-Counter |
Table 9-214 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimension |
|
Table 9-215 occnp_binding_service_overall_processing_time_seconds
| Field | Details |
|---|---|
| Description | Binding service overall processing time. |
| Type | Summary |
| Dimension |
|
Table 9-216 occnp_binding_service_overall_processing_time_seconds_max
| Field | Details |
|---|---|
| Description | Binding service overall processing time. |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Table 9-217 occnp_binding_service_overall_processing_time_seconds_count
| Field | Details |
|---|---|
| Description | Binding service overall processing time. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-218 occnp_binding_service_overall_processing_time_seconds_sum
| Field | Details |
|---|---|
| Description | Binding service overall processing time. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-219 occnp_bindingservice_db_operation_time_seconds_count
| Field | Details |
|---|---|
| Description | Binding service overall database processing time. |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Table 9-220 occnp_bindingservice_db_operation_time_seconds_sum
| Field | Details |
|---|---|
| Description | Binding service overall database processing time. |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Table 9-221 occnp_bindingservice_db_operation_time_seconds_max
| Field | Details |
|---|---|
| Description | Binding service overall database processing time. |
| Type | Gauge |
| Dimension |
|
Table 9-222 ocpm_egress_request_timeout_total
| Field | Details |
|---|---|
| Description | Binding service overall database processing time. |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Table 9-223 occnp_stale_session_cleanup_internal_queue_size
| Field | Details |
|---|---|
| Description | Bindiing session stale internal queue size. |
| Type | Gauge |
| Dimension | servicename_3gpp |
| Example | occnp_stale_session_cleanup_internal_queue_size{servicename_3gpp="binding",} 2.0; Type-Gauge |
For more information about Dimensions, see CNC Policy Metrics.
9.15 Audit Service Metrics
The following table describes the Audit Service metrics and respective dimensions:
Table 9-224 audit_recs_stale_total
| Field | Details |
|---|---|
| Description | Number of records detected as stale. |
| Type | Counter |
| Dimension |
|
| Example | audit_recs_stale_total{ServiceName="pcf-ueservice",TableName="UePolicyAssociation",} 1.0 |
Table 9-225 audit_recs_notif_total
| Field | Details |
|---|---|
| Description | Number of stale record notifications sent, applicable for modes: NOTIFY and DELETE_NOTIFY |
| Type | Counter |
| Dimension |
ServiceName |
| Examples |
|
Table 9-226 audit_recs_remv_total
| Field | Details |
|---|---|
| Description | Number of stale records deleted, applicable for modes: DELETE and DELETE_NOTIFY. |
| Type | Counter |
| Dimension |
|
| Example | audit_recs_remv_total{ServiceName="sm-service",TableName="SmPolicyAssociation"} 5.0 ; Type-Counter |
Table 9-227 audit_recs_remv_ex_total
| Field | Details |
|---|---|
| Description | Number of exceptions hit during attempt to delete a stale record. |
| Type | Counter |
| Dimension |
|
| Example | audit_recs_remv_ex_total{ServiceName="sm-service",TableName="SmPolicyAssociation"} 0.0 ; Type-Counter |
Table 9-228 audit_recs_notif_ex_total
| Field | Details |
|---|---|
| Description | Number of exceptions hit during attempt to notify. |
| Type | Counter |
| Dimension |
ServiceName |
| Example | audit_recs_notif_ex_total{ServiceName="sm-service"} 0.0 ; Type-Counter |
Table 9-229 audit_recs_notif_err_total
| Field | Details |
|---|---|
| Description | Number of error responses received for notifications sent. |
| Type | Counter |
| Dimension | ServiceName |
| Example | audit_recs_notif_err_total{ServiceName="sm-service"} 13.0 ; Type-Counter |
Table 9-230 audit_recs_deque_for_notif_total
| Field | Details |
|---|---|
| Description | Number of stale records dequeued to send notification. |
| Type | Counter |
| Dimension | ServiceName |
| Example | audit_recs_deque_for_notif_total{ServiceName="pcf-ueservice",} 1.0 |
Table 9-231 audit_recs_enque_for_notif_total
| Field | Details |
|---|---|
| Description | Number of stale records enqueued from database. |
| Type | Counter |
| Dimension | ServiceName |
| Example | audit_recs_enque_for_notif_total{ServiceName="pcf-ueservice",} 1.0 |
Table 9-232 audit_recs_enque_err_total
| Field | Details |
|---|---|
| Description | Number of stale records failed to enqueue if Queue is full. |
| Type | Counter |
| Dimension | ServiceName |
| Example | audit_recs_enque_err_total{ServiceName="sm-service"} 0.0 ; Type-Counter |
Table 9-233 oc_db_active_session_count
| Field | Details |
|---|---|
| Description | Reports the session for a given service e.g. SM session. |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Table 9-234 oc_db_records_count
| Field | Details |
|---|---|
| Description | Reports the number of records in table that is being monitored by audit service. |
| Type | Gauge |
| Dimension |
|
| Example | oc_db_records_count{Service="sm-service",Table="SiteJsonSchemaVersionInfo",} 4.0 ; Type-Gauge |
Table 9-235 occnp_pending_binding_reattempts_total
| Field | Details |
|---|---|
| Description | Indicates when a attempt to recreate has been triggered by PCF. |
| Type | Counter |
| Dimension | Attempt |
Table 9-236 occnp_pending_binding_terminate_all_attempts_failed_total
| Field | Details |
|---|---|
| Description | Indicates when session terminate has been triggered when all recreate attempts fail. |
| Type | Counter |
| Dimension |
|
Table 9-237 occnp_pending_binding_reattempt_fail_total
| Field | Details |
|---|---|
| Description | Indicates when each recreate attempt fail. |
| Type | Counter |
| Dimension | NA |
Table 9-238 occnp_pending_operation_threshold_reached_total
| Field | Details |
|---|---|
| Description | Indicates when pending operation table threshold has been reached. |
| Type | Counter |
| Dimension | NA |
Table 9-239 occnp_reject_sm_create_threshold_reached_total
| Field | Details |
|---|---|
| Description | Indicates when SM rejects SM CREATE when pending operation threshold has been reached. |
| Type | Counter |
| Dimension |
|
Table 9-240 occnp_pending_operation_records_count
| Field | Details |
|---|---|
| Description | Indicates the amount of entries in the PendingOperation table. |
| Type | Gauge |
| Dimension | NA |
Table 9-241 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimension |
|
For more information about Dimensions, see CNC Policy Metrics.
9.16 Query Service Metrics
The following table describes the Query Service metrics and respective dimensions:
Table 9-242 queryservice_sessionDelete_request_total
| Field | Details |
|---|---|
| Description | Total number of delete SM service query requests. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-243 queryservice_sessionDelete_response_total
| Field | Details |
|---|---|
| Description | Total number of responses for delete SM service query. |
| Type | Counter |
| Dimension |
|
| Examples |
|
For more information about Dimensions, see CNC Policy Metrics.
9.17 AppInfo Metrics
This section describes the metrics and examples for AppInfo service.
Table 9-244 appinfo_service_running
| Field | Details |
|---|---|
| Description | Provides the status of monitored services. |
| Type | Gauge |
| Dimension |
|
| Example | appinfo_service_running{service="xxx",namespace="xxx",category="xxx"} 1 |
Table 9-245 appinfo_category_running
| Field | Details |
|---|---|
| Description | Provides the status of monitored categories |
| Type | Gauge |
| Dimension |
|
| Example | appinfo_category_running{category="xxx",namespace="xxx"} 1 |
Table 9-246 appinfo_category_good
| Field | Details |
|---|---|
| Description | Provides the readiness of monitored categories. |
| Type | Gauge |
| Dimension |
|
| Example | appinfo_category_good{category="xxx",namespace="xxx"} 1 |
Table 9-247 nfscore
| Field | Details |
|---|---|
| Description |
factor:
status:
|
| Type | Gauge |
| Dimension |
|
| Example | nfscore{app="testing-appinfo", app_kubernetes_io_instance="testing", app_kubernetes_io_managed_by="Helm", app_kubernetes_io_name="appinfo", app_kubernetes_io_part_of="ocbsf", app_kubernetes_io_version="1.7.1.0.0", application="ocbsf", calculatedStatus="success", container="appinfo", endpoint="cnc-metrics", engVersion="22.4.0", factor="localityPreference", helm_sh_chart="appinfo-22.4.0", instance="10.233.117.146:9000", job="occne-infra/occne-nf-cnc-podmonitor", microservice="bsf-app-info", mktgVersion="1.7.1.0.0", namespace="biloxi-ns", nfInstanceID="fe7d992b-0541-4c7d-ab84-c6d70b1b0666", pod="testing-appinfo-78dc65865f-hgrhk", pod_template_hash="78dc65865f", vendor="Oracle"} 5 |
Table 9-248 nfScoringFactorActualValue
| Field | Details |
|---|---|
| Description | The factor tag would contain one of the following values: successTPS, serviceHealth, signallingConnections, replicationHealth, localityPreference |
| Type | Gauge |
| Dimension |
|
| Example | nfScoringFactorActualValue{app="testing-appinfo", app_kubernetes_io_instance="testing", app_kubernetes_io_managed_by="Helm", app_kubernetes_io_name="appinfo", app_kubernetes_io_part_of="ocbsf", app_kubernetes_io_version="1.7.1.0.0", application="ocbsf", calculatedStatus="success", container="appinfo", endpoint="cnc-metrics", engVersion="22.4.0", factor="localityPreference", helm_sh_chart="appinfo-22.4.0", instance="10.233.117.146:9000", job="occne-infra/occne-nf-cnc-podmonitor", microservice="bsf-app-info", mktgVersion="1.7.1.0.0", namespace="biloxi-ns", nfInstanceID="fe7d992b-0541-4c7d-ab84-c6d70b1b0666", pod="testing-appinfo-78dc65865f-hgrhk", pod_template_hash="78dc65865f", vendor="Oracle"} 5 |
Note:
Sh interface is not supported for Converged Policy mode of deployment.
For more information about dimensions, see CNC Policy Metrics.
9.18 PerfInfo Metrics
This section describes the metrics and examples for PerfInfo service.
Table 9-249 cgroup_cpu_nanoseconds
| Field | Details |
|---|---|
| Description | Reports the total CPU time (in nanoseconds) on each CPU core for all the tasks in the cgroup. |
| Type | Gauge |
| Dimension | NA |
| Example | cgroup_cpu_nanoseconds 2.1782821080274e+013 |
Table 9-250 cgroup_memory_bytes
| Field | Details |
|---|---|
| Description | Reports the memory usage. |
| Type | Gauge |
| Dimension | NA |
| Example | cgroup_memory_bytes 1.31289088e+08 |
Table 9-251 load_level
| Field | Details |
|---|---|
| Description | Provides information about the overload manager load level. |
| Type | Gauge |
| Dimension |
|
| Example | load_level{serivce="xxx"} L1 |
Table 9-252 service_resource_stress
| Field | Details |
|---|---|
| Description | This metric tracks CPU, memory, failure count, and pending requests on the basis of which the overload level of a service is calculated. |
| Type | Gauge |
| Dimension |
|
| Example | service_resource_stress{service="xxx", type="xxx"}10.0 |
Table 9-253 service_resource_overload_level
| Field | Details |
|---|---|
| Description | This metric tracks an individual resource's overload level that is calculated based on the resource usage and configured threshold. |
| Type | Gauge |
| Dimension |
|
| Example | service_resource_overload_level{service="xxx", type="xxx"}2.0 |
Table 9-254 system_overload_threshold_config_mode
| Field | Details |
|---|---|
| Description | Indicates whether the overload level threshold configuration is based on STANDALONE or PROFILE mode. |
| Type | Gauge |
| Dimension |
|
| Example | system_overload_threshold_config_mode 1.0 |
Table 9-255 active_overload_threshold_fetch_failed
| Field | Details |
|---|---|
| Description | Indicates whether the active profile data is fetched successfully or failed to fetch. |
| Type | Gauge |
| Dimension |
|
| Example | active_overload_threshold_fetch_failed 1.0 |
For more information about dimensions, see CNC Policy Metrics.
9.19 Pod Congestion Metrics
This section describes the metrics and examples for pod congestion control.
Table 9-256 occnp_pod_congestion_state
| Field | Details |
|---|---|
| Description | Tracks congestion state of pod |
| Type | Gauge |
| Dimension | level = 0,1,2 (0 = Normal, 1 = DoC, 2 = Congested) |
| Examples |
|
Table 9-257 occnp_pod_resource_stress
| Field | Details |
|---|---|
| Description | Tracks CPU, memory, queue usage (percentage) based on which POD is calculating its congestion state |
| Type | Gauge |
| Dimension | type = "PendingRequest","CPU","Memory" |
| Examples |
|
Table 9-258 occnp_pod_resource_congestion_state
| Field | Details |
|---|---|
| Description | Tracks individual resource's congestion state calculated based on the resource usage and configured threshold |
| Type | Gauge |
| Dimension |
|
| Examples |
|
Table 9-259 diam_congestion_message_reject_total
| Field | Details |
|---|---|
| Description | Tracks number of messages rejected due to congestion |
| Type | Counter |
| Dimension |
|
| Example | diam_congetion_msg_reject_total{appId="16777236",cmdCode="265",destHost="",destRealm="example.com",msgType="request",origHost="diamcliaf.example.com",origRealm="test.example.com",priority="12",responseCode="3004",} 1.0 |
For more information about dimensions, see CNC Policy Metrics.
9.20 PCRF Core Metrics
This section describes the metrics and examples for PCRF Core Metrics.
General Metrics
Table 9-260 occnp_pcrf_core_overall_processing_time_sum_total
| Field | Details |
|---|---|
| Description | Sum of pcrf core overall processing time. |
| Type | Counter |
| Dimension |
|
| Example | occnp_pcrf_core_overall_processing_time_sum_total{method="auditNotification",status="200 OK",} 299.0 |
Table 9-261 occnp_pcrf_core_overall_processing_time_count_total
| Field | Details |
|---|---|
| Description | Total number of pcrf core overall processing time. |
| Type | Counter |
| Dimension |
|
| Example | occnp_pcrf_core_overall_processing_time_count_total{method="auditNotification",status="200 OK",} 16.0 |
Table 9-262 http_server_requests_seconds_count
| Field | Details |
|---|---|
| Description | Number of http request received. |
| Type | Counter |
| Dimension |
|
| Example | http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/pcrfSessionData",} 2.0 |
Table 9-263 http_server_requests_seconds_max
| Field | Details |
|---|---|
| Description | Maximum number of http requests received. |
| Type | Counter |
| Dimension |
|
| Example | http_server_requests_seconds_max{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/pcrfSessionData",} 0.0 |
Table 9-264 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimension |
|
Diameter Metrics
Table 9-265 occnp_diam_request_local_total (CCR-I)
| Field | Details |
|---|---|
| Description | Number of , CCA-I initial request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="16777238",appType="Gx",cmdCode="272",destHost="",destRealm="oracle.com",direction="in",msgType="CCR-I",origHost="pgw1.oracle.com",origRealm="oracle.com",} 1.0 1633975504473 |
Table 9-266 occnp_diam_response_local_total (CCA-I)
| Field | Details |
|---|---|
| Description | Number of CCA initial response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_local_total{appId="16777238",appType="Gx",cmdCode="272",destHost="",destRealm="",direction="out",msgType="CCA-I",origHost="XYZ-IN.us.oracle.com",origRealm="oracle.com",reqDestHost="",reqDestRealm="oracle.com",reqOrigHost="pgw1.oracle.com",reqOrigRealm="oracle.com",responseCode="2001",} 1.0 1633975504473 |
Table 9-267 occnp_diam_request_local_total (CCR-U)
| Field | Details |
|---|---|
| Description | Number of CCR update request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="16777238",appType="Gx",cmdCode="272",destHost="XYZ-IN.us.oracle.com",destRealm="oracle.com",direction="in",msgType="CCR-U",origHost="pgw1.oracle.com",origRealm="oracle.com",} 1.0 1633975504473 |
Table 9-268 occnp_diam_response_local_total (CCA-U)
| Field | Details |
|---|---|
| Description | Number of CCA update response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_local_total{appId="16777238",appType="Gx",cmdCode="272",destHost="",destRealm="",direction="out",msgType="CCA-U",origHost="XYZ-IN.us.oracle.com",origRealm="oracle.com",reqDestHost="XYZ-IN.us.oracle.com",reqDestRealm="oracle.com",reqOrigHost="pgw1.oracle.com",reqOrigRealm="oracle.com",responseCode="2001",} 1.0 1633975504473 |
Table 9-269 occnp_diam_request_local_total (CCR-T)
| Field | Details |
|---|---|
| Description | Number of CCR terminate request sent. |
| Type | Counter |
| Dimension |
|
| Example |
|
Table 9-270 occnp_diam_response_local_total (CCA-T)
| Field | Details |
|---|---|
| Description | Number of CCA terminate response received. |
| Type | Counter |
| Dimension |
|
| Example |
|
Table 9-271 occnp_diam_request_local_total (AAR-I)
| Field | Details |
|---|---|
| Description | Number of AAR initial request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="16777236",appType="Rx",cmdCode="265",destHost="",destRealm="oracle.com",direction="in",msgType="AAR-I",origHost="af.oracle.com", origRealm="oracle.com",} 1.0 1634756738735 |
Table 9-272 occnp_diam_response_local_total (AAA-I)
| Field | Details |
|---|---|
| Description | Number of AAA initial response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_local_total{appId="16777236",appType="Rx",cmdCode="265",destHost="",destRealm="",direction="out",msgType="AAA-I",origHost="XYZ-IN.us.oracle.com", origRealm="oracle.com",reqDestHost="",reqDestRealm="oracle.com",reqOrigHost="af.oracle.com",reqOrigRealm="oracle.com",responseCode="5065",} 2.0 1634756738735 |
Table 9-273 occnp_diam_request_local_total (AAR-U)
| Field | Details |
|---|---|
| Description | Number of AAR modify requests sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="16777236",appType="Rx",cmdCode="265",destHost="pcrf-core",destRealm="oracle.com",direction="in",msgType="AAR-U",origHost="af.oracle.com", origRealm="oracle.com",} 1.0 1635332966264 |
Table 9-274 occnp_diam_response_local_total (AAA-U)
| Field | Details |
|---|---|
| Description | Number of AAA modify responses received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_local_total{appId="16777236",appType="Rx",cmdCode="265",destHost="",destRealm="",direction="out",msgType="AAA-U",origHost="pcrf-core", origRealm="oracle.com",reqDestHost="pcrf-core",reqDestRealm="oracle.com",reqOrigHost="af.oracle.com",reqOrigRealm="oracle.com",responseCode="2001",} 1.0 1635332966264 |
Table 9-275 occnp_diam_request_local_total (RAR Gx)
| Field | Details |
|---|---|
| Description | Number of RAR Gx request received. |
| Type | Counter |
| Dimension |
|
Table 9-276 occnp_diam_response_local_total (RAA Gx)
| Field | Details |
|---|---|
| Description | Number of RAR Gx response received. |
| Type | Counter |
| Dimension |
|
Table 9-277 occnp_diam_request_local_total (RAR Rx)
| Field | Details |
|---|---|
| Description | Number of RAR Rx request sent. |
| Type | Counter |
| Dimension |
|
Table 9-278 occnp_diam_response_local_total (RAA Rx)
| Field | Details |
|---|---|
| Description | Number of RAA Rx response received. |
| Type | Counter |
| Dimension |
|
Table 9-279 occnp_diam_request_local_total (STR)
| Field | Details |
|---|---|
| Description | Number of STR request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="16777236",appType="Rx",cmdCode="275",destHost="XYZ-IN.us.oracle.com",destRealm="oracle.com",direction="in", msgType="STR",origHost="app.oracle.com",origRealm="oracle.com",} 2.0 1635332966264 |
Table 9-280 occnp_diam_response_local_total (STA)
| Field | Details |
|---|---|
| Description | Number of STA response received. |
| Type | Counter |
| Dimension |
|
| Example |
|
Table 9-281 occnp_diam_request_local_total (ASR)
| Field | Details |
|---|---|
| Description | Number of ASR request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="16777236",appType="Rx",cmdCode="274",destHost="af.oracle.com",destRealm="oracle.com",direction="out",msgType="ASR",origHost="XYZ-IN.us.oracle.com",origRealm="oracle.com",} 1.0 1638875554937 |
Table 9-282 occnp_diam_response_local_total (ASA)
| Field | Details |
|---|---|
| Description | Number of ASA response received. |
| Type | Counter |
| Dimension |
|
| Example |
|
Table 9-283 occnp_diam_request_local_total (CER)
| Field | Details |
|---|---|
| Description | Number of CER request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="0",appType="",cmdCode="257",destHost="",destRealm="",direction="in",msgType="CER",origHost="app.oracle.com", origRealm="oracle.com",} 1.0 1638278712308 |
Table 9-284 occnp_diam_response_local_total (CEA)
| Field | Details |
|---|---|
| Description | Number of CEA response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_local_total{appId="0",appType="",cmdCode="257",destHost="",destRealm="",direction="out",msgType="CEA",origHost="XYZ-IN.us.oracle.com", origRealm="oracle.com",reqDestHost="",reqDestRealm="",reqOrigHost="pgw1.oracle.com",reqOrigRealm="oracle.com",responseCode="2001",} 3.0 1638278712308 |
Table 9-285 occnp_diam_request_local_total (DWR)
| Field | Details |
|---|---|
| Description | Number of DWR request sent. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-286 occnp_diam_response_local_total (DWA)
| Field | Details |
|---|---|
| Description | Number of DWA response received. |
| Type | Counter |
| Dimension |
|
| Example |
|
Table 9-287 occnp_diam_request_local_total (DPR)
| Field | Details |
|---|---|
| Description | Number of DPR request sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_request_local_total{appId="0",appType="",cmdCode="282",destHost="",destRealm="",direction="in",msgType="DPR",origHost="pgw1.oracle.com", origRealm="oracle.com",} 1.0 1638278712308 |
Table 9-288 occnp_diam_response_local_total (DPA)
| Field | Details |
|---|---|
| Description | Number of DPA response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_diam_response_local_total{appId="0",appType="",cmdCode="282",destHost="",destRealm="",direction="out",msgType="DPA",origHost="XYZ-IN.us.oracle.com", origRealm="oracle.com",reqDestHost="",reqDestRealm="",reqOrigHost="pgw1.oracle.com",reqOrigRealm="oracle.com",responseCode="2001",} 1.0 1638278712308 |
Table 9-289 occnp_diam_request_local_total (Timeout Metric RAR)
| Field | Details |
|---|---|
| Description | Number of timeout RAR request sent. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-290 occnp_diam_response_local_total (Timeout Metric RAA)
| Field | Details |
|---|---|
| Description | Number of timeout RAA response received. |
| Type | Counter |
| Dimension |
|
| Examples |
|
Table 9-291 occnp_diam_request_local_total (Timeout Metric ASR)
| Field | Details |
|---|---|
| Description | Number of timeout ASR request sent. |
| Type | Counter |
| Dimension |
|
Table 9-292 occnp_diam_response_local_total (Timeout Metric ASA)
| Field | Details |
|---|---|
| Description | Number of timeout ASA response received. |
| Type | Counter |
| Dimension |
|
Bulwark Metrics
Table 9-293 occnp_http_bulwark_lock_request_total
| Field | Details |
|---|---|
| Description | Number of bulwark lock requests sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_http_bulwark_lock_request_total{application="occnp-pcrf-core",instanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",msgType="create",operationType="bulwark_lock",} 2.0 |
Table 9-294 occnp_http_bulwark_lock_response_total
| Field | Details |
|---|---|
| Description | Number of bulwark lock response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_http_bulwark_lock_response_total{application="occnp-pcrf-core",instanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",msgType="create",operationType="bulwark_lock",responseCode="201",} 2.0 |
Table 9-295 occnp_http_bulwark_unlock_request_total
| Field | Details |
|---|---|
| Description | Number of bulwark unlock requests sent. |
| Type | Counter |
| Dimension |
|
| Example | occnp_http_bulwark_unlock_request_total{application="occnp-pcrf-core",instanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",msgType="create",operationType="bulwark_unlock",} 2.0 |
Table 9-296 occnp_http_bulwark_unlock_response_total
| Field | Details |
|---|---|
| Description | Number of bulwark unlock response received. |
| Type | Counter |
| Dimension |
|
| Example | occnp_http_bulwark_unlock_response_total{application="occnp-pcrf-core",instanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",msgType="create",operationType="bulwark_unlock",responseCode="204",} 2.0 |
Binding and PRE Metrics
Table 9-297 http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Number of connection requests sent. |
| Type | Counter |
| Dimension |
|
| Example | http_out_conn_request_total{application="pcrf-core",operationType="DELETE",serviceResource="Binding",} 28.0 |
Table 9-298 http_out_conn_response_total
| Field | Details |
|---|---|
| Description | Number of connection response received. |
| Type | Counter |
| Dimension |
|
| Example | http_out_conn_response_total{application="pcrf-core",operationType="POST",responseCode="201",serviceResource="Binding",} 33.0 |
Table 9-299 pcrf_core_binding_ex_total
| Field | Details |
|---|---|
| Description | Accounts for any exceptions that occurred during API calls toward Binding service. |
| Type | Counter |
| Dimension |
|
| Example |
General Metrics pcrf_core_binding_ex_total{application="occnp-pcrf-core",exception_type="java.util.concurrent.TimeoutException",operationType="POST",} 2.0 dimensions: Binding and Pre Metrics pcrf_core_binding_ex_total{application="occnp-pcrf-core",exception_type="java.util.concurrent.TimeoutException",operationType="POST",} 2.0 |
Webclient Metrics
Table 9-300 occnp_webclient_sum_total
| Field | Details |
|---|---|
| Description | Sum of webclient requests. |
| Type | Counter |
| Dimension |
|
| Example | occnp_webclient_sum_total{method="POST",status_code="201",url="/binding/v1/dependentContextBinding/context-owner/PCRF-CORE",} 201.0 |
Table 9-301 occnp_webclient_count_total
| Field | Details |
|---|---|
| Description | Number of webclient requests. |
| Type | Counter |
| Dimension |
|
| Example | occnp_webclient_count_total{method="POST",status_code="201",url="/binding/v1/dependentContextBinding/context-owner/PCRF-CORE",} 6.0 |
JDBC Metrics
Table 9-302 occnp_jdbc_operation_count_total
| Field | Details |
|---|---|
| Description | Number of jdbc operations. |
| Type | Counter |
| Dimension |
|
| Example | occnp_jdbc_operation_count_total{method="removeSQL",state="SUCCESS",table="rxsession",} 6.0 |
Table 9-303 occnp_jdbc_operation_sum_total
| Field | Details |
|---|---|
| Description | Sum of jdbc operations. |
| Type | Counter |
| Dimension |
|
| Example | occnp_jdbc_operation_sum_total{method="removeSQL",state="SUCCESS",table="rxsession",} 25.0 |
Session Viewer Metrics
Table 9-304 session_oam_request_total
| Field | Details |
|---|---|
| Description | Total number of oam requests sent. |
| Type | Counter |
| Dimension |
|
| Example | session_oam_request_total{application="pcf_smservice",operationType="terminate",sessionType="SM"} 2.0 |
Table 9-305 session_oam_response_total
| Field | Details |
|---|---|
| Description | Total number of oam response received. |
| Type | Counter |
| Dimension |
|
| Example | session_oam_response_total{application="pcf_smservice",operationType="terminate",responseCode="5xx",sessionType="SM"} 1.0 |
Jetty HTTP client request timing Metrics
Table 9-306 jetty_client_requests_seconds_max
| Field | Details |
|---|---|
| Description | Number of jetty client requests. |
| Type | Counter |
| Dimension |
|
| Example | jetty_client_requests_seconds_max{exception="None",host="pdincredpolicy-occnp-binding",method="DELETE",outcome="SUCCESS",status="204",uri="",} 0.0 |
Table 9-307 jetty_client_requests_seconds_sum
| Field | Details |
|---|---|
| Description | Sum of jetty client requests. |
| Type | Counter |
| Dimension |
|
| Example | jetty_client_requests_seconds_sum{exception="None",host="pdincredpolicy-occnp-binding",method="DELETE",outcome="SUCCESS",status="204",uri="",} 0.831213657 |
Table 9-308 jetty_client_requests_sum_total
| Field | Details |
|---|---|
| Description | Sum of jetty client requests. |
| Type | Counter |
| Dimension |
|
| Example | jetty_client_requests_sum_total{method="POST",status_code="201",url="/binding/v1/dependentContextBinding/context-owner/PCRF-CORE",} 199.0 |
Table 9-309 jetty_client_request_size_sum_total
| Field | Details |
|---|---|
| Description | Sum of jetty client request size. |
| Type | Counter |
| Dimension |
|
| Example | jetty_client_request_size_sum_total{method="DELETE",status_code="204",url="/binding/v1/dependentContextBinding/dependentContextId",} 0.0 |
Table 9-310 jetty_client_requests_count_total
| Field | Details |
|---|---|
| Description | Number of jetty client requests. |
| Type | Counter |
| Dimension |
|
| Example | jetty_client_requests_count_total{method="POST",status_code="201",url="/binding/v1/dependentContextBinding/context-owner/PCRF-CORE",} 6.0 |
Cgroup Metrics
Table 9-311 cgroup_cpu_nanoseconds
| Field | Details |
|---|---|
| Description | Reports the total CPU time (in nanoseconds) on each CPU core for all the tasks in the cgroup. |
| Type | Gauge |
| Dimension | NA |
| Example | cgroup_cpu_nanoseconds 2.1782821080274e+013 |
Table 9-312 cgroup_memory_bytes
| Field | Details |
|---|---|
| Description | Reports the memory usage. |
| Type | Gauge |
| Dimension | NA |
| Example | cgroup_memory_bytes 1.31289088e+08 |
Startup Probe Metrics
Table 9-313 config_client_audit_complete
| Field | Details |
|---|---|
| Description | Reports the audit completion of config client. |
| Type | Gauge |
| Dimension | auditor |
| Example | config_client_audit_complete_total{auditor="configClientAuditor",} 7768.0 |
9.21 Late Arrival Requests and Collision Detection Metrics
The following table describes the late arrival requests and collision detection metrics and their respective dimensions:
Table 9-314 ocpm_late_arrival_rejection_total
| Field | Details |
|---|---|
| Description | Metric that increments when AM, UE, or SM Policy Association late arriving requests are detected and rejected. |
| Type | Counter |
| Dimensions |
|
Table 9-315 ocpm_collision_detection_total
| Field | Details |
|---|---|
| Description | Metric that increments when AM, UE, or SM Policy Association duplicate records are detected and deleted or rejected. |
| Type | Counter |
| Dimensions |
|
For more information about Dimensions, see CNC Policy Metrics.
9.22 Notifier Metrics
The following table describes the Notifier service metrics and their respective dimensions:
Table 9-316 http_notification_request_total
| Field | Details |
|---|---|
| Description | This metric tracks the total number of requests towards a given destination. |
| Type | Counter |
| Dimensions |
notificationEndpoint = IP or FQDN of endpoint version: http1 or http2 https = true or false contentType = <From Content-type header> method = <HTTP method for notification> |
Table 9-317 http_notification_response_total
| Field | Details |
|---|---|
| Description | This metric tracks the total number of responses from a given destination. |
| Type | Counter |
| Dimensions |
notificationEndpoint = IP or FQDN of endpoint version: http1 or http2 https = true or false contentType = <From Content-type header> method = <HTTP method for notification> responseCode = Response code |
Table 9-318 http_notification_request_timeout_total
| Field | Details |
|---|---|
| Description | This metric indicates the request timeout period. That is, the maximum time for which the request can last, after which it is considered as timeout. |
| Type | Counter |
| Dimensions |
notificationEndpoint = IP or FQDN of endpoint version: http11 https = false contentType = <From Content-type header> method = <HTTP method for notification> |
Table 9-319 http_in_conn_request_total
| Field | Details |
|---|---|
| Description | This metric indicates the request coming from PRE |
| Type | Counter |
| Dimensions |
|
| Example | occnp_http_in_conn_request_total{operationType="NOTIFY",servicenameNon3gpp="notifier",} 1.0 |
Table 9-320 http_in_conn_response_total
| Field | Details |
|---|---|
| Description | This metric indicates the response sent to PRE |
| Type | Counter |
| Dimensions |
|
| Example | occnp_http_in_conn_response_total{operationType="NOTIFY",responseCode="204 NO_CONTENT",servicenameNon3gpp="notifier",} 1.0 |
Table 9-321 smpp_request_total
| Field | Details |
|---|---|
| Description | This metric indicates the requests sent towards external endpoint such as SMS Gateway and the delivery receipts received. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
Table 9-322 smpp_response_total
| Field | Details |
|---|---|
| Description | Indicates the number of respoinses received from an external endpoint |
| Type | Counter |
| Dimensions |
|
| Examples |
|
Table 9-323 active_smsc_conn_count
| Field | Details |
|---|---|
| Description | captures total number of active connection with smsc hosts. |
| Type | Gauge |
| Dimensions |
smscName: name |
| Example | occnp_active_smsc_conn_count{smscName="host3",} 1.0 |
Table 9-324 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimensions |
|
Histograms
# HELP occnp_smpp_message_processing_latency_seconds
# TYPE occnp_smpp_message_processing_latency_seconds histogram
occnp_smpp_message_processing_latency_seconds{requestType="bind",quantile="0.5",} 1.207959552
occnp_smpp_message_processing_latency_seconds{requestType="bind",quantile="0.9",} 2.483027968
occnp_smpp_message_processing_latency_seconds{requestType="bind",quantile="0.95",} 2.483027968
occnp_smpp_message_processing_latency_seconds{requestType="bind",quantile="0.99",} 2.483027968
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.01",} 0.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.02",} 0.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.04",} 0.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.08",} 2.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.1",} 2.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.2",} 2.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="0.5",} 2.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="1.0",} 70.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="5.0",} 73.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="bind",le="+Inf",} 73.0
occnp_smpp_message_processing_latency_seconds_count{requestType="bind",} 73.0
occnp_smpp_message_processing_latency_seconds_sum{requestType="bind",} 55.069
occnp_smpp_message_processing_latency_seconds{requestType="submit_sm",quantile="0.5",} 0.014680064
occnp_smpp_message_processing_latency_seconds{requestType="submit_sm",quantile="0.9",} 0.01835008
occnp_smpp_message_processing_latency_seconds{requestType="submit_sm",quantile="0.95",} 0.01835008
occnp_smpp_message_processing_latency_seconds{requestType="submit_sm",quantile="0.99",} 0.01835008
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.01",} 3.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.02",} 6.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.04",} 6.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.08",} 7.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.1",} 7.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.2",} 7.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="0.5",} 7.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="1.0",} 7.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="5.0",} 7.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="submit_sm",le="+Inf",} 8.0
occnp_smpp_message_processing_latency_seconds_count{requestType="submit_sm",} 8.0
occnp_smpp_message_processing_latency_seconds_sum{requestType="submit_sm",} 6.084
occnp_smpp_message_processing_latency_seconds{requestType="unbind",quantile="0.5",} 0.017825792
occnp_smpp_message_processing_latency_seconds{requestType="unbind",quantile="0.9",} 0.017825792
occnp_smpp_message_processing_latency_seconds{requestType="unbind",quantile="0.95",} 0.017825792
occnp_smpp_message_processing_latency_seconds{requestType="unbind",quantile="0.99",} 0.017825792
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.01",} 0.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.02",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.04",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.08",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.1",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.2",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="0.5",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="1.0",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="5.0",} 1.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="unbind",le="+Inf",} 1.0
occnp_smpp_message_processing_latency_seconds_count{requestType="unbind",} 1.0
occnp_smpp_message_processing_latency_seconds_sum{requestType="unbind",} 0.018
occnp_smpp_message_processing_latency_seconds{requestType="deliver_sm",quantile="0.5",} 0.009404416
occnp_smpp_message_processing_latency_seconds{requestType="deliver_sm",quantile="0.9",} 0.015171584
occnp_smpp_message_processing_latency_seconds{requestType="deliver_sm",quantile="0.95",} 0.015171584
occnp_smpp_message_processing_latency_seconds{requestType="deliver_sm",quantile="0.99",} 0.015171584
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.01",} 3.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.02",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.04",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.08",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.1",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.2",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="0.5",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="1.0",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="5.0",} 4.0
occnp_smpp_message_processing_latency_seconds_bucket{requestType="deliver_sm",le="+Inf",} 4.0
occnp_smpp_message_processing_latency_seconds_count{requestType="deliver_sm",} 4.0
occnp_smpp_message_processing_latency_seconds_sum{requestType="deliver_sm",} 0.035
# HELP occnp_smpp_message_processing_latency_seconds_max
# TYPE occnp_smpp_message_processing_latency_seconds_max gauge
occnp_smpp_message_processing_latency_seconds_max{requestType="bind",} 0.803
occnp_smpp_message_processing_latency_seconds_max{requestType="unbind",} 0.018
occnp_smpp_message_processing_latency_seconds_max{requestType="submit_sm",} 0.025
occnp_smpp_message_processing_latency_seconds_max{requestType="deliver_sm",} 0.015
9.23 Usage Monitoring Metrics
The following table describes the Usage Monitoring service metrics and their respective dimensions:
Table 9-325 usage_mon_ingress_request
| Field | Details |
|---|---|
| Description | This metric is incremented when Usage Monitoring service receives an incoming HTTP request message. |
| Type | Counter |
| Dimensions | requestor_nf, operation_type, dnn, snssai |
Table 9-326 usage_mon_ingress_response
| Field | Details |
|---|---|
| Description | This metric is incremented when Usage Monitoring service responds to an incoming HTTP request message. |
| Type | Counter |
| Dimensions | requestor_nf, operation_type, dnn, snssai, response_code, latency |
Table 9-327 usage_mon_profile_activated
| Field | Details |
|---|---|
| Description | This metric is incremented when UM Data Limit Profile is activated. |
| Type | Counter |
| Dimensions | limit_id |
Table 9-328 usage_mon_profile_selected
| Field | Details |
|---|---|
| Description | This metric is incremented when UM Data Limit Profile is selected. |
| Type | Counter |
| Dimensions | limit_id |
Table 9-329 usage_mon_grant_success
| Field | Details |
|---|---|
| Description | This metric is incremented when a grant is successfully allocated from a given UM Data Limit Profile. |
| Type | Counter |
| Dimensions | limit_id |
Table 9-330 usage_mon_grant_failure
| Field | Details |
|---|---|
| Description | This metric is incremented when a grant could not be allocated from a given UM Data Limit Profile. |
| Type | Counter |
| Dimensions | limit_id |
Table 9-331 usage_mon_usage_reported
| Field | Details |
|---|---|
| Description | This metric is incremented when usage report is processed for a given UM Data Limit Profile. |
| Type | Counter |
| Dimensions | monitoring_key |
Table 9-332 usage_mon_usage_threshold
| Field | Details |
|---|---|
| Description | This metric is incremented when usage usage crosses a particular threshold level. |
| Type | Counter |
| Dimensions | limit_id, level |
Table 9-333 usage_mon_usage_reset
| Field | Details |
|---|---|
| Description | This metric is incremented when usage is reset according to the reset time in a given UM Data Limit Profile. |
| Type | Counter |
| Dimensions | limit_id |
Table 9-334 usage_mon_egress_pds_request
| Field | Details |
|---|---|
| Description | This metric is incremented when Usage Monitoring service sends a request to PDS service. |
| Type | Counter |
| Dimensions | operation_type |
Table 9-335 usage_mon_egress_pds_response
| Field | Details |
|---|---|
| Description | This metric is incremented when Usage Monitoring service receives a response from PDS service. |
| Type | Counter |
| Dimensions | operation_type, response_code, latency |
Table 9-336 session_oam_request_total
| Field | Details |
|---|---|
| Description | Number of session requests for Usage Monitoring Service |
| Type | Request |
| Dimensions |
|
Table 9-337 session_oam_response_total
| Field | Details |
|---|---|
| Description | Number of session responses for Usage Monitoring Service |
| Type | Response |
| Dimensions |
|
Table 9-338 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimensions |
|
Table 9-339 occnp_db_overall_processing_time
| Field | Details |
|---|---|
| Description | Indicates the status of the failure or success operation of data compression on UmDataContext table for Usage Monitoring. |
| Type | Gauge |
| Dimensions |
|
9.24 Bulwark Metrics
The following table describes the Bulwark service metrics and their respective dimensions:
Table 9-340 lock_request_total
| Field | Details |
|---|---|
| Description | Total number of lock requests received at Bulwark per service or pod. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
Table 9-341 lock_response_total
| Field | Details |
|---|---|
| Description | Total number of lock responses sent by Bulwark per service or pod. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
For more information about Dimensions, see CNC Policy Metrics.
9.25 CHF Metrics
The following table describes the CHF service metrics and their respective dimensions:
Table 9-342 ocpm_chf_tracking_request_total
| Field | Details |
|---|---|
| Description | Total number of CHF tracking requests. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
Table 9-343 ocpm_chf_tracking_response_total
| Field | Details |
|---|---|
| Description | Total number of CHF tracking response. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
9.26 UDR Metrics
The following table describes the UDR service metrics and their respective dimensions:
Table 9-344 ocpm_udr_tracking_request_total
| Field | Details |
|---|---|
| Description | Total number of UDR tracking request. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
Table 9-345 ocpm_udr_tracking_response_total
| Field | Details |
|---|---|
| Description | Total number of UDR tracking response. |
| Type | Counter |
| Dimensions |
|
| Examples |
|
Table 9-346 ocpm_nfDiscovery_request_total
| Field | Details |
|---|---|
| Description | PCF measures the total number of successful/failed discovery query of UDR using "group-id-list". |
| Type | Counter |
| Dimensions | queryParameters="service-names,group-id-list,target-nf-type |
| Example | ocpm_nfDiscovery_request_total{app_kubernetes_io_instance="test", app_kubernetes_io_managed_by="Helm", app_kubernetes_io_name="user-service", app_kubernetes_io_part_of="occnp", app_kubernetes_io_version="1.0.0", application="occnp", container="user-service", endpoint="cnc-metrics", engVersion="23.4.0-ocngf-incredibles", exported_application="pcf_userservice", helm_sh_chart="user-service-23.4.0-ocngf-incredibles", hostname="test-occnp-udr-connector-868c766947-fr7zx", instance="10.233.93.4:9000", io_kompose_service="test-occnp-udr-connector", job="occne-infra/occne-nf-cnc-podmonitor", microservice="occnp_pcf_user", mktgVersion="1.0.0", namespace="s-euler", pod="test-occnp-udr-connector-868c766947-fr7zx", pod_template_hash="868c766947", queryParameters="service-names,group-id-list,target-nf-type,requester-nf-type", targetNfType="UDR", vendor="Oracle"} |
Table 9-347 ocpm_nfDiscovery_response_total
| Field | Details |
|---|---|
| Description | PCF measures the total number of successful/failed discovery query of UDR using "group-id-list". |
| Type | Counter |
| Dimensions |
|
| Example | ocpm_nfDiscovery_response_total{app_kubernetes_io_instance="test", app_kubernetes_io_managed_by="Helm", app_kubernetes_io_name="user-service", app_kubernetes_io_part_of="occnp", app_kubernetes_io_version="1.0.0", application="occnp", container="user-service", endpoint="cnc-metrics", engVersion="23.4.0-ocngf-incredibles", exported_application="pcf_userservice", helm_sh_chart="user-service-23.4.0-ocngf-incredibles", hostname="test-occnp-udr-connector-868c766947-fr7zx", instance="10.233.93.4:9000", io_kompose_service="test-occnp-udr-connector", job="occne-infra/occne-nf-cnc-podmonitor", microservice="occnp_pcf_user", mktgVersion="1.0.0", namespace="s-euler", pod="test-occnp-udr-connector-868c766947-fr7zx", pod_template_hash="868c766947", queryParameters="service-names,group-id-list,target-nf-type,requester-nf-type", responseCode="424", targetNfType="UDR", vendor="Oracle"} |
Table 9-348 occnp_group_id_list_discovery_header_sent
| Field | Details |
|---|---|
| Description | PCF measures the number of GET or POST request sent to UDR with 3gpp-Sbi-Discovery-group-Id-list for delegated discovery of UDR toward SCP. |
| Type | Counter |
| Dimensions |
|
| Example | occnp_group_id_list_discovery_header_sent{app_kubernetes_io_instance="test", app_kubernetes_io_managed_by="Helm", app_kubernetes_io_name="user-service", app_kubernetes_io_part_of="occnp", app_kubernetes_io_version="1.0.0", application="occnp", container="user-service", endpoint="cnc-metrics", engVersion="23.4.0-ocngf-incredibles", exported_application="pcf_userservice", helm_sh_chart="user-service-23.4.0-ocngf-incredibles", hostname="test-occnp-udr-connector-79df49b796-gc77c", instance="10.233.72.203:9000", io_kompose_service="test-occnp-udr-connector", job="occne-infra/occne-nf-cnc-podmonitor", microservice="occnp_pcf_user", mktgVersion="1.0.0", namespace="s-euler", operation_type="get", pod="test-occnp-udr-connector-79df49b796-gc77c", pod_template_hash="79df49b796", vendor="Oracle"} |
9.27 User-Agent Header Metrics
Table 9-349 oc.ingressgateway.http.requests
| Field | Details |
|---|---|
| Description | This metric is pegged for every incoming request. If the User-Agent header is not present, then UNKNOWN will be pegged. This will be independent of the User Agent validation feature at the Ingress Gateway. |
| Type | Counter |
| Dimensions |
|
9.28 NWDAF Agent Metrics
The following table describes the NWDAF Agent metrics and their respective dimensions:
Table 9-350 subscription_failure
| Field | Details |
|---|---|
| Description | Gauge of failures for configured slice load levels doing autonomous subscription during configuration changes. |
| Type | Gauge |
| Dimensions |
|
| Example | subscription_failure{operationType="POST",requestType="autonomous",responseCode="500",serviceResource="SLICE_LOAD_LEVEL",snssai="14-aaaa14",} 1.0 |
Table 9-351 http_backend_request_total
| Field | Details |
|---|---|
| Description | Counter for backend requests |
| Type | Counter |
| Dimensions |
|
| Example | http_backend_request_total{operationType="POST",serviceNameNon3gpp="autonomous",serviceResource="SLICE_LOAD_LEVEL",} 26.0 |
Table 9-352 http_backend_response_total
| Field | Details |
|---|---|
| Description | Counter for responses to backend requests |
| Type | Counter |
| Dimensions |
|
| Example | http_backend_response_total{operationType="POST",responseCode="201",serviceNameNon3gpp="autonomous",serviceResource="SLICE_LOAD_LEVEL",} 25.0 |
Table 9-353 http_in_conn_request_total
| Field | Details |
|---|---|
| Description | Counter for NWDAF notification requests |
| Type | Counter |
| Dimensions |
|
| Example | http_in_conn_request_total{operationType="POST",serviceName3gpp="NWDAF",serviceResource="NF_LOAD",serviceVersion="v1",} 1.0 |
Table 9-354 http_in_conn_response_total
| Field | Details |
|---|---|
| Description | Counter for responses to NWDAF notification requests |
| Type | Counter |
| Dimensions |
|
| Example | http_in_conn_response_total{operationType="POST",responseCode="204",serviceName3gpp="NWDAF",serviceResource="NF_LOAD",serviceVersion="v1",} 1.0 |
Table 9-355 http_out_conn_request_total
| Field | Details |
|---|---|
| Description | Counter for requests sent from nwdaf-agent to NWDAF |
| Type | Counter |
| Dimensions |
|
| Example | http_out_conn_request_total{host="floki-occnp-egress-gateway/nnwdaf-eventssubscription/v1",instanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0621",isAlternateRoute="",isRetryAttempt="",operationType="POST",serviceName3gpp="NWDAF",serviceResource="SLICE_LOAD_LEVEL",serviceVersion="v1",} 26.0 |
Table 9-356 http_out_conn_response_total
| Field | Details |
|---|---|
| Description | Counter for responses from NWDAF |
| Type | Counter |
| Dimensions |
|
| Example | http_out_conn_response_total{host="floki-occnp-egress-gateway/nnwdaf-eventssubscription/v1",instanceId="fe7d992b-0541-4c7d-ab84-c6d70b1b0621",isAlternateRoute="",isRetryAttempt="",operationType="POST",responseCode="500",serviceName3gpp="NWDAF",serviceResource="SLICE_LOAD_LEVEL",serviceVersion="v1",} 1.0 |
Table 9-357 topic_version
| Field | Details |
|---|---|
| Description | Describes the current applied version of a given topic (mentioned in dimension topic_name) into the pod. |
| Type | Gauge |
| Dimensions |
|
9.29 PRE Metrics
The following table describes the PRE Service metrics and respective dimensions:
Table 9-358 http_in_conn_request_total
| Field | Details |
|---|---|
| Description | The requests received by a Microservice from the downstream application. |
| Type | Counter |
| Dimensions |
|
| Example | http_in_conn_request_total{operationType="post",servicenameNon3gpp="pcf-sm",workerId="1"}1 |
Table 9-359 http_in_conn_response_total
| Field | Details |
|---|---|
| Description | The response sent for incoming requests to a micro-service. |
| Type | Counter |
| Dimensions |
|
| Example | http_in_conn_response_total{operationType="post",servicenameNon3gpp="pcf-sm",responseCode="200",workerId="1"}1 |
Table 9-360 http_in_conn_processing_latency_ms
| Field | Details |
|---|---|
| Description | The overall response time for request, received from the downstream application. |
| Type | Histogram |
| Dimensions |
|
| Examples |
|
Table 9-361 http_out_conn_request_total
| Field | Details |
|---|---|
| Description | The requests sent by a micro-service to upstream. |
| Type | Counter |
| Dimensions |
|
| http_out_conn_request_total{operationType="POST",host="localhost:8080",httpVersion="1",isRetryAttempt="false",servicenameNon3gpp="PER",workerId="1"}1 |
Table 9-362 http_out_conn_response_total
| Field | Details |
|---|---|
| Description | The response received for upstream requests to a micro-service. |
| Type | Counter |
| Dimensions |
|
| Example | http_out_conn_response_total{operationType="POST",responseCode="502",host="localhost:8080",httpVersion="1",isRetryAttempt="false",servicenameNon3gpp="PER",workerId="1"}1 |
Table 9-363 http_out_conn_processing_latency_ms
| Field | Details |
|---|---|
| Description | The overall response time for request towards upstream. |
| Type | Histogram |
| Dimensions |
|
| Examples |
|
Table 9-364 occnp_policy_processing_latency_ms
| Field | Details |
|---|---|
| Description | Overall response time for request received from
downstream when executing Policy.
Note: This metric is associated with 'Call Policy' block. For more information, see "Public Category" section in Oracle Communications Cloud Native Core, Converged Policy Design Guide. |
| Type | Histogram |
| Dimensions |
|
| Examples |
Note: This metric is associated with 'Call Policy' block. For more information, see "Public Category" section in Oracle Communications Cloud Native Core, Converged Policy Design Guide. |
Table 9-365 occnp_block_counter_label
| Field | Details |
|---|---|
| Description | Tracks total number of given custom block is invoked for
corresponding label.
Note: This metric is associated with 'Increment Counter Label' block. For more information, see "Public Category" section in Oracle Communications Cloud Native Core, Converged Policy Design Guide. |
| Type | Counter |
| Dimensions |
|
| Example | occnp_block_counter_label{serviceType="pcf-sm",operationType="post",workerId="2",label="lml",subLabel=""}1 |
Table 9-366 occnp_block_exec_time_ns
| Field | Details |
|---|---|
| Description | Tracks overall time taken by all the blocks captured as
part of this block.
Note: This metric is associated with 'Time' block. For more information, see "Public Category" section in Oracle Communications Cloud Native Core, Converged Policy Design Guide. |
| Type | Histogram |
| Dimensions |
|
| Example |
|
For more information about Dimensions, see CNC Policy Metrics.
9.30 NRF Client Metrics
Table 9-367 nrfclient_perf_info_nf_profile_load
| Field | Details |
|---|---|
| Description | The current Load of the NF. |
| Type | Gauge |
| Dimensions |
Table 9-368 nrfclient_current_nf_status
| Field | Details |
|---|---|
| Description | The current operative status of the NF. The gauge
shall be indicate the status as below:
|
| Type | Gauge |
| Dimensions |
|
Table 9-369 nrfclient_nf_status_with_nrf
| Field | Details |
|---|---|
| Description | The operative status of the NF communicated to the
NRF. The gauge shall be indicate the status as below:
|
| Type | Gauge |
| Dimensions |
|
Table 9-370 nrfclient_nrf_operative_status
| Field | Details |
|---|---|
| Description | The current operative status of the NRF Instance. If
the metric has value
|
| Type | Gauge |
| Dimensions | NrfUri - URI of the NRF Instance |
Table 9-371 nrfclient_nrf_status_total
| Field | Details |
|---|---|
| Description | Total number of times an NRF instance is marked as
healthy or unhealthy. The apiRoot is specified in the format
'scheme'://'fqdn':'port'.
Note: If health check procedure is disabled, all NRF instances are marked as HEALTHY after successful NF registration. |
| Type | Counter |
| Dimensions | NrfUri- URI of the NRF InstanceHealthStatus FailureReason - Reason for the status |
Table 9-372 nrfclient_nrf_successive_healthy_count
| Field | Details |
|---|---|
| Description | The metric shows the consecutive number of times the NRF is considered as healthy. The metric has a minimum value of 0 and maximum value of healthCheckCount. |
| Type | Counter |
| Dimensions | NrfUri- URI of the NRF Instance |
Table 9-373 nrfclient_nrf_successive_unhealthy_count
| Field | Details |
|---|---|
| Description | The metric shows the consecutive number of times the NRF is considered as unhealthy |
| Type | Counter |
| Dimensions | NrfUri- URI of the NRF Instance |
Table 9-374 nrfclient_on_demand_conn_in_request_total
| Field | Details |
|---|---|
| Description | Total number of on-demand requests received from the backend NF to NRF Client. |
| Type | Counter |
| Dimensions |
|
Table 9-375 nrfclient_on_demand_conn_out_response_total
| Field | Details |
|---|---|
| Description | Total number of on-demand responses sent to the backend NF to NRF Client. |
| Type | Counter |
| Dimensions |
|
Table 9-376 nrfclient_on_demand_processing_latency_ms
| Field | Details |
|---|---|
| Description | Total message processing time duration in milliseconds. |
| Type | Histogram |
| Dimensions |
|
Table 9-377 ocpm_nrf_tracing_request_timeout_total
| Field | Details |
|---|---|
| Description | Total number of requests timeout sent to the backend NF from NRF Client. |
| Type | Counter |
| Dimensions |
|
Table 9-378 nrfclient_nw_conn_out_request_total
| Field | Details |
|---|---|
| Description | Total number of times NRF-client has sent a request to NRF. This includes autonomous requests as well as on-demand requests. |
| Type | Counter |
| Dimensions |
|
Table 9-379 nrfclient_nw_conn_in_response_total
| Field | Details |
|---|---|
| Description | Total number of times NRF-client has received a response from NRF. |
| Type | Counter |
| Dimensions |
|
| Example | occnp_nrfclient_nw_conn_in_response_total{ApplicationError="INVALID_API",MessageType="NfDiscovery",NfFqdn="occnp-ocpm-ingress-gateway.ocpcf.svc",NfInstanceID="fe7d992b-0541-4c7d-ab84-c6d70b1b0123",NfType="PCF",StatusCode="400",} 2.0 |
Table 9-380 nrfclient_nw_conn_in_notify_request_total
| Field | Details |
|---|---|
| Description | Total number of nfStatusNotify requests received from NRF. |
| Type | Counter |
| Dimensions |
|
Table 9-381 nrfclient_nw_conn_out_notify_response_total
| Field | Details |
|---|---|
| Description | Total number of nfStatusNotify responses sent to NRF. |
| Type | Counter |
| Dimensions |
|
| Example | occnp_nrfclient_nw_conn_out_notify_response_total # TYPE occnp_nrfclient_nw_conn_out_notify_response_total counter occnp_nrfclient_nw_conn_out_notify_response_total{EventType="NF_REGISTERED",HttpStatusCode="400",NfInstanceID="4947a69a-f61b-4bc1-b9da-47c9c5d14b64",} 1.0 |
Table 9-382 nrfclient_network_message_processing_latency
| Field | Details |
|---|---|
| Description | Total message processing time duration. |
| Type | Histogram |
| Dimensions |
|
Table 9-383 nrfclient.discovery.cache.support.force.discovery
| Field | Details |
|---|---|
| Description | Indicates the total number of requests received from backend services with header OC-Force-Rediscovery is enabled, and response is retrieved from NRF. |
| Type | Counter |
| Dimensions |
|
Table 9-384 nrfclient.discovery.cache.support.cache.hit
| Field | Details |
|---|---|
| Description | Indicates the total number of requests for which discovery response is returned from the cache. |
| Type | Counter |
| Dimensions |
|
Table 9-385 nrfclient.discovery.cache.support.about.to.expire
| Field | Details |
|---|---|
| Description | Indicates the total number of cache records identified as about to be expired. This metric counts cases when a cached discovery response is eligible to be returned but also triggers a background request to get an updated response. |
| Type | Counter |
| Dimensions |
|
Table 9-386 nrfclient.discovery.cache.support.expired
| Field | Details |
|---|---|
| Description | Metric for expired cache record scenario. This metric counts cases when a cached discovery response is not eligible to be returned due to expiration and a new response must be retrieved again from NRF. |
| Type | Counter |
| Dimensions |
|
Table 9-387 nrfclient.discovery.cache.support.failover
| Field | Details |
|---|---|
| Description | Metric for cache failover scenario. This metric counts cases when the response was returned by the cache failover logic. |
| Type | Counter |
| Dimensions |
|
Table 9-388 nrfclient.discovery.cache.support.non.cache
| Field | Details |
|---|---|
| Description | Metric for non-cache scenario. This metrics counts cases when the discovery request parameters do not fully match with the configurated parameters. |
| Type | Counter |
| Dimensions |
|
Table 9-389 nrfclient.discovery.cache.support.empty.response
| Field | Details |
|---|---|
| Description | Metric for empty response scenario. This metric will count cases when an empty response was returned to NF from Cache or NRF. |
| Type | Counter |
| Dimensions |
|
Table 9-390 nrfclient.discovery.cache.support.cache.lookup
| Field | Details |
|---|---|
| Description | Metric for cache lookups. This metric measures time taken to perform cache lookups from cache or DB without considering the complete request flow. |
| Type | Histogram |
| Dimensions |
|
Table 9-391 nrfclient.discovery.cache.support.backend.response
| Field | Details |
|---|---|
| Description | Metric for cached and non-cached responses returned to backend NF. This metric measures the time taken to perform the complete request flow when response was taken from cache or DB or NRF.Metric for cached and non-cached responses returned to backend NF. This metric measures the time taken to perform the complete request flow when response was taken from cache or DB or NRF.Metric for cached and non-cached responses returned to backend NF. This metric measures the time taken to perform the complete request flow when response was taken from cache or DB or NRF. |
| Type | Histogram |
| Dimensions |
|
Table 9-392 occnp_nrfclient_nfUpdate_status
| Field | Details |
|---|---|
| Description | This metric marks the status of the NfUpdate Service Operation. |
| Type | Gauge |
| Dimensions |
|
| Examples | occnp_nrfclient_nfUpdate_status{NfFqdn="occnp-occnp-ingress-gateway.occnp", NfInstanceID="fe7d992b-0541-4c7d-ab84-c6d2410a2410", NfType="PCF", app_kubernetes_io_instance="occnp", app_kubernetes_io_managed_by="Helm", app_kubernetes_io_name="nrf-client-nfmanagement", app_kubernetes_io_part_of="nrf-client", app_kubernetes_io_version="24.1.5.0.0", application="occnp", container="nrf-client-nfmanagement", endpoint="cnc-metrics", engVersion="24.1.5", helm_sh_chart="nrf-client-nfmanagement-24.1.5", instance="10.233.109.152:9000", io_kompose_service="occnp-occnp-nrf-client-nfmanagement", job="occne-infra/occne-nf-cnc-podmonitor", microservice="occnp-nrf-client-nfmanagement", mktgVersion="24.1.5.0.0", namespace="occnp", pod="occnp-occnp-nrf-client-nfmanagement-8f94667cf-bbhls", pod_template_hash="8f94667cf", vendor="Oracle"} |
9.31 Error Mapping Metrics
Table 9-393 error_handler_in_total
| Field | Details |
|---|---|
| Description | Indicates the total number of client requests. |
| Type | Counter |
| Dimensions |
|
| Example | error_handler_in_total{application="policyds",application_exception="HttpException",wrapped_exception="TimeoutException",} 1.0 |
Table 9-394 error_handler_exec_total
| Field | Details |
|---|---|
| Description | Metric on error handling performed by framework. |
| Type | Counter |
| Dimensions |
|
| Example | error_handler_exec_total{application="policyds",application_exception="HttpException",error_type="INTERNAL",operation="LOOKUP",origin="HTTP",rule_name="HTTP_REQUEST",source_interface="POLICY",status="502",target_interface="BSF",wrapped_exception="BadGateway",} 1.0 |
Table 9-395 error_handler_out_total
| Field | Details |
|---|---|
| Description | Metric on completion of error handling. |
| Type | Counter |
| Dimensions |
|
| Example | error_handler_out_total{application="policyds",application_exception="HttpException",error_resolved="true",wrapped_exception="BadRequest",} 1.0 |