8 KPIs

This section provides information about the KPIs for Oracle Communications Cloud Native Core, Network Exposure Function.

8.1 Service KPIs

This section provides details about the Service KPIs.

Table 8-1 NEF Success Service Registration to CAPIF

Field Details
Description

Indicates the NEF success registration status to CAPIF.

For more information about metric used, see CCF Client Metrics.

Expression

ocnef_ccf_client_registration{Success="Yes",namespace="$namespace" , job=~“.*ccfclient.*”}

Table 8-2 NEF Failed Service Registration to CAPIF

Field Details
Description

Indicates the NEF failed registration status to CAPIF.

For more information about metric used, see CCF Client Metrics.

Expression

ocnef_ccf_client_registration{Success="No",namespace="$namespace", job=~“.*ccfclient.*” }

Table 8-3 Service failure count

Field Details
Description

Measures the total number of service failures of the CCF client.

For more information about metric used, see CCF Client Metrics.

Expression

sum(ocnef_ccf_client_service_failure{namespace="$namespace", Status="Down", servicename=".*monitoringevents.* "})

Note:

Service failures are segregated by service name. Use the following service names in the expression for different services:
  • ME: .*monitoringevents.*
  • QoS: .*qualityofservice.*
  • TI: .*trafficinfluence.*
  • DT: .*devicetrigger.*

Table 8-4 AF Registration

Field Details
Description

Measures the total number of AFs registered.

For more information about metric used, see Ingress Gateway Metrics.

Expression

oc_ingressgateway_http_responses_total{Status=~"2.*", NFServiceType='published-apis',namespace="$namespace", pod =~ '.*ext-ingress-gateway.*'}

Table 8-5 Subscription Service Success Ratio (2xx)

Field Details
Description

Measures the average per second rate of increase of successful subscription service operations at NEF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{Status=~"2.*",Route_path=~ ".*",namespace="$namespace", pod=~“.*ext-nef-ingress-gateway.*”}[5m]))

Table 8-6 Response with 4xx status code

Field Details
Description

Measures the average per second rate of increase of 4xx response at NEF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{Status=~"4.*",Route_path=~".*",namespace="$namespace", pod=~“.*ext-nef-ingress-gateway.*”}[5m]))

Table 8-7 Response with 5xx status code

Field Details
Description

Measures the average per second rate of increase of 5xx response at NEF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",Route_path=~".*",namespace="$namespace", pod=~“.*ext-nef-ingress-gateway.*”}[5m]))

Table 8-8 Ingress Request Rate at NEF

Field Details
Description

Measures the average per second rate of increase of incoming requests at NEF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_requests_total{ pod=~'.*-ext-nef-ingress-gateway-.*',namespace="$namespace"}[5m]))

Table 8-9 Ingress Request Rate at CAPIF

Field Details
Description

Measures the average per second rate of increase of incoming requests at CAPIF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_requests_total{ pod=~“.* ext-ingress-gateway.*”, namespace="$namespace"}[60m]))

Table 8-10 Ingress Response Rate at NEF

Field Details
Description

Measures the average per second rate of increase of responses sent by NEF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{pod=~'.*-ext-nef-ingress-gateway-.*',namespace="$namespace"}[5m]))

Table 8-11 Ingress Response Rate at CAPIF

Field Details
Description

Measures the average per second rate of increase of responses sent by CAPIF.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{pod=~'.*ext-ingress-gateway.*',namespace="$namespace"}[60m]))

Table 8-12 Successful Response Rate

Field Details
Description

Measures the average per second rate of increase of outgoing response with 2xx status code.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{Status=~"2.*",container="ingressgateway",namespace="$namespace", pod=~“.*ext-nef-ingress-gateway.*”}[5m]))

Table 8-13 Failure Response with 4xx status code

Field Details
Description

Measures the average per second rate of increase of outgoing response with 4xx status code.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{Status=~"4.*",container="ingress gateway",namespace="$namespace", pod=~“.*ext-nef-ingress-gateway.*”}[5m]))

Table 8-14 Failure Response with 5xx status code

Field Details
Description

Measures the average per second rate of increase of outgoing response with 5xx status code.

For more information about metric used, see Ingress Gateway Metrics.

Expression

sum(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",container="ingressgateway",namespace="$namespace", pod=~“.*ext-nef-ingress-gateway.*”}[5m]))

Table 8-15 Egress Gateway Response

Field Details
Description

Measures the average per second rate of increase of NEF response.

For more information about metric used, see Egress Gateway Metrics.

Expression

sum(rate(oc_egressgateway_http_responses_total{ pod=~'.*-ext-nef-egress-gateway.*', namespace="$namespace", Direction=“egress”}[5m]))

Table 8-16 Egress Request Rate

Field Details
Description

Measures the average per second rate of increase of requests at NEF.

For more information about metric used, see Egress Gateway Metrics.

Expression

sum(rate(oc_egressgateway_http_responses_total{ pod=~'.*-ext-nef-egress-gateway.*', namespace="$namespace", Direction=“egress”}[5m]))

Table 8-17 Notification Response with 2xx status code

Field Details
Description

Measures the average per second rate of increase of outgoing notification responses with 2xx status code from NEF.

For more information about metric used, see Egress Gateway Metrics.

Expression

sum(rate(oc_egressgateway_http_responses_total{ pod=~'.*-ext-nef-egress-gateway.*', Status=~"2.*",namespace="$namespace",Direction="egress"}[5m]))

Table 8-18 Notification Response with 4xx status code

Field Details
Description

Measures the average per second rate of increase of outgoing notification responses with 4xx status code from NEF.

For more information about metric used, see Egress Gateway Metrics.

Expression

sum(rate(oc_egressgateway_http_responses_total{ pod=~'.*-ext-nef-egress-gateway.*', Status=~"4.*",namespace="$namespace",Direction="egress"}[5m]))

Table 8-19 Notification Responses with 5xx status code

Field Details
Description

Measures the average per second rate of increase of outgoing notification response with 5xx status code from NEF.

For more information about metric used, see Egress Gateway Metrics.

Expression

sum(rate(oc_egressgateway_http_responses_total{ pod=~'.*-ext-nef-egress-gateway.*', Status=~"5.*",namespace="$namespace",Direction="egress"}[5m]))

Table 8-20 Egress Response Rate

Field Details
Description

Measures the average per second rate of increase of egress incoming response to NEF from 5G Core for subscription requests.

For more information about metric used, see Egress Gateway Metrics.

Expression

sum(rate(oc_egressgateway_http_responses_total{ pod=~'.*-fivegc-egress-gateway.*', namespace="$namespace",Direction="egress"}[5m]))

8.2 Feature KPIs

This section provides details about the Feature KPIs.

8.2.1 Monitoring Event KPIs

This section provides details about the Monitoring Event (ME) KPIs.

Table 8-21 Successful Subscription

Field Details
Description

Measures the average per second rate of increase of successful registrations for Monitoring Event service operations at NEF.

For more information about metric used, see ME Service Metrics.

Expression

sum(rate(ocnef_me_af_resp_total{ pod=~'.*monitoring.*', status=~'2.*', namespace="$namespace", job=~'.*monitoring.*'}[5m]))

Table 8-22 Failed Subscription

Field Details
Description

Measures the average per second rate of increase of failed registrations for Monitoring Event service operations at NEF.

For more information about metric used, see ME Service Metrics.

Expression

sum(rate(ocnef_me_af_resp_total{ pod=~'.*monitoring.*', status!~'2.*', namespace="$namespace", job=~'.*monitoring.*'}[5m]))

Table 8-23 Successful notifications at ME

Field Details
Description

Measures the average per second rate of increase of notification responses sent by the Monitoring Event service.

For more information about metric used, see ME Service Metrics.

Expression

sum(rate(ocnef_me_5g_resp_total{ pod=~'.*monitoring.*',namespace="$namespace", job=~'.*monitoring.*', status=~"2.*}[5m]))

Table 8-24 Latency for processing subscriptions at the ME service

Field Details
Description

Measures the 95th percentile request latency for processing subscriptions at the Monitoring Event service.

For more information about metric used, see ME Service Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_me_af_latency_seconds_bucket { pod=~'.*monitoring.*',namespace="$namespace", job=~'.*monitoring.*',type="subscription"} [5m])))

Table 8-25 Latency for processing notifications at the ME service

Field Details
Description

Measures the 95th percentile request latency for processing notifications at the Monitoring Event service.

For more information about metric used, see ME Service Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_me_5g_latency_seconds_bucket { pod=~'.*monitoring.*', from="AMF", namespace="$namespace", job=~'.*monitoring.*', type="notification"} [5m])))

Table 8-26 ME requests processed at UDM on GMLC failure

Field Details
Description

Measures the average per second rate of increase of requests sent to UDM on GMLC failure.

For more information about metric used, see ME Service Metrics.

Expression

sum(rate(ocnef_me_svc_gmlc_to_udm_switchover_count{ pod=~'.*monitoring.*', namespace="$namespace", job=~'.*monitoring'}[5m]))

8.2.2 QoS KPIs

This section provides details about the QoS KPIs.

Table 8-27 Subscription Success at QoS

Field Details
Description

Measures the average per second rate of increase of successful registration for QoS service operations at NEF.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_qos_af_resp_total{ pod=~'.*qualityofservice.*', status=~'2.*', namespace="$namespace", job=~'.*qualityofservice'}[5m]))

Table 8-28 Subscription Failure at QoS

Field Details
Description

Measures the average per second rate of increase of failed registration for QoS service operations at NEF.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_qos_af_resp_total{ pod=~'.*qualityofservice.*', status!~'2.*', namespace="$namespace", job=~'.*qualityofservice’}[5m]))

Table 8-29 Successful notifications at QoS

Field Details
Description

Measures the average per second rate of increase of notification responses sent by QoS to 5G Core.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_qos_5g_resp_total{namespace="$namespace", job=~'.*qualityofservice', status=~"2 .*”}[5m]))

Table 8-30 Failure notifications at QoS

Field Details
Description

Measures the average per second rate of increase of failed notification responses sent by QoS to 5GC core.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_qos_5g_resp_total{namespace="$namespace", job=~'.*qualityofservice', status!~"2 .*”}[5m]))

Table 8-31 QoS Latency of messages from AF

Field Details
Description

Measures the 95th percentile request latency for requests received from AF.

For more information about metric used, see QoS Service Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_qos_af_latency_seconds_bucket { pod=~'.*qualityofservice.*', namespace="$namespace", job=~'.*qualityofservice'} [5m])))

Table 8-32 QoS Latency of messages from 5gc

Field Details
Description

Measures the 95th percentile request latency for processing messages received from Fivegc Agent.

For more information about metric used, see QoS Service Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_qos_5g_latency_seconds_bucket { pod=~'.* qualityofservice.*', namespace="$namespace", job=~'.*qualityofservice'} [5m])))

Table 8-33 QoS service towards AF

Field Details
Description

Measures the average per second rate of increase of responses received in QoS service towards AF.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_qos_srv_resp_total{ pod=~'.* qualityofservice.*', job=~'.* qualityofservice.*', namespace="$namespace"}[5m]))

Table 8-34 CHF for QOS invocation or notification

Field Details
Description

Measures the average per second rate of increase of the successful response to CHF for QOS invocation or notification.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_chf_qos_resp_total{ direction=~" INVOCATION|NOTIFICATION",namespace="$namespace",status="2.*"}[5m]))

Table 8-35 QOS Service messages

Field Details
Description

Measures the average per second rate of increase of responses received by the QoS service.

For more information about metric used, see QoS Service Metrics.

Expression

sum(rate(ocnef_qos_srv_resp_total{ pod=~'.* qualityofservice.*', job=~'.* qualityofservice.*', destination=~".*fivegcagent", namespace="$namespace"}[5m]))

8.2.3 Device Trigger KPIs

This section provides details about the Device Trigger KPIs.

Table 8-36 Success Messages at the device_trigger

Field Details
Description

Measures the average per second rate of increase of successful responses that NEF sends for received device trigger subscription messages.

For more information about metric used, see Device Trigger Metrics.

Expression

sum(rate(ocnef_dt_af_resp_total{namespace="$namespace", pod=~'.* devicetrigger.*', job=~'.*devicetrigger.*' ,status=~"2.*"}[5m]))

Table 8-37 Failures at the device_trigger

Field Details
Description

Measures the average per second rate of increase of failed responses that NEF sends for received device trigger subscription messages.

For more information about metric used, see Device Trigger Metrics.

Expression

sum(rate(ocnef_dt_af_resp_total{namespace="$namespace", pod=~'.* devicetrigger.*', job=~'.*devicetrigger.*' ,status!~"2.*"}[5m]))

Table 8-38 Device trigger Latency

Field Details
Description

Measures the 95th percentile request latency for processing the messages received from AF.

For more information about metric used, see Device Trigger Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_dt_af_latency_seconds_bucket { pod=~'.* devicetrigger.*', job=~'.* devicetrigger.*', namespace="$namespace"} [5m])))

Table 8-39 Device trigger service Success

Field Details
Description

Measures the average per second rate of increase of successful requests sent from the device trigger service to the FiveGC Agent or AF and the responses received by the device trigger service.

For more information about metric used, see Device Trigger Metrics.

Expression

sum(rate(ocnef_dt_srv_resp_total{ pod=~'.* devicetrigger.*', job=~'.* devicetrigger.*',destination=~".*diam-gateway.*", snamespace="$namespace"}[5m]))

Table 8-40 Latency duration of a DT request and response

Field Details
Description

Measures the 95th percentile request latency of request and response at device trigger.

For more information about metric used, see Device Trigger Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_dt_srv_latency_seconds_bucket { pod=~'.* devicetrigger.*', job=~'.* devicetrigger.*', namespace="$namespace"} [5m])))

Table 8-41 Latency duration for a DT DB Query

Field Details
Description

Measures the 95th percentile request latency for database query for the device trigger operations.

For more information about metric used, see Device Trigger Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_svc_dt_db_latency_seconds_bucket { pod=~'.*devicetrigger.*', job=~'.* devicetrigger.*', namespace="$namespace"} [5m])))

Table 8-42 DT success delivery report notifications

Field Details
Description

Measures the average per second rate of increase of the successful delivery report notifications responses that was sent to the diameter gateway.

For more information about metric used, see Device Trigger Metrics.

Expression

sum(rate(ocnef_dt_diamgw_notify_resp_total{ pod=~'.*devicetrigger.*', job=~'.* devicetrigger.*', namespace="$namespace",status=~"2.*"}[5m]))

Table 8-43 DT failed delivery report notifications

Field Details
Description

Measures the average per second rate of increase of failure delivery report notifications responses that was sent to the diameter gateway.

For more information about metric used, see Device Trigger Metrics.

Expression

sum(rate(ocnef_dt_diamgw_notify_resp_total{ pod=~'.*devicetrigger.*', job=~'.* devicetrigger.*', namespace="$namespace",status=~"4.*"}[5m]))

Table 8-44 DT notifications latency duration

Field Details
Description

Measures the 95th percentile request latency of device trigger notifications.

For more information about metric used, see Device Trigger Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_dt_diamgw_notify_latency_seconds_bucket { pod=~'.* devicetrigger.*', job=~'.* devicetrigger.*', namespace="$namespace"} [5m])))

8.2.4 SCEF and Diameter Gateway KPIs

This section provides details about the SCEF and Diameter Gateway KPIs.

Table 8-45 Successful messages to diameter gateway

Field Details
Description

Measures the average per second rate of increase of successful diameter response received for the inbound and outbound requests sent to and from the diameter gateway.

For more information about metric used, see Converged SCEF-NEF Metrics.

Expression

sum(rate(ocnef_diamgw_diam_resp_total{status=~"2.*", namespace=“$namespace”}[5m]))

Table 8-46 Failure messages to diameter gateway

Field Details
Description

Measures the average per second rate of increase of failed diameter response received for the inbound and outbound requests sent to and from the diameter gateway.

For more information about metric used, see Converged SCEF-NEF Metrics.

Expression

sum(rate(ocnef_diamgw_diam_resp_total{status!~"2.*", namespace=“$namespace”}[5m]))

Table 8-47 Successful messages to NEF from diameter gateway

Field Details
Description

Measures the average per second rate of increase of successful diameter response received for the inbound and outbound requests sent to and from the NEF microservices to diameter gateway.

For more information about metric used, see Converged SCEF-NEF Metrics.

Expression

sum(rate(ocnef_diamgw_http_resp_total{status=~"2.*", namespace=“$namespace”}[5m]))

Table 8-48 Failure messages to diameter gateway

Field Details
Description

Measures the average per second rate of increase of failed diameter response received for the inbound and outbound requests sent to and from the NEF microservices to diameter gateway.

For more information about metric used, see Converged SCEF-NEF Metrics.

Expression

sum(rate(ocnef_diamgw_http_resp_total{status!~"2.*", namespace=“$namespace”}[5m]))

Table 8-49 Translation success from diameter to http

Field Details
Description

Measures the average per second rate of increase of successful translation of diameter request to HTTP request.

For more information about metric used, see Converged SCEF-NEF Metrics.

Expression

sum(rate(ocnef_diamgw_translator_request_total{translationStatus="TRANSLATION_SUCCESS", namespace=“$namespace”}[5m]))

Table 8-50 Translation failure from diameter to http

Field Details
Description

Measures the average per second rate of increase of failed translation of diameter request to HTTP request.

For more information about metric used, see Converged SCEF-NEF Metrics.

Expression

sum(rate(ocnef_diamgw_translator_request_total{translationStatus=" TRANSLATION_FAILED", namespace=“$namespace”}[5m]))

8.2.5 Traffic Influence

This section provides details about the Traffic Influence KPIs.

Table 8-51 Subscription Success

Field Details
Description

Measures the average per second rate of increase of successful registration for traffic influence service operations at NEF.

For more information about metric used, see Traffic Influence Metrics.

Expression

sum(rate(ocnef_ti_af_resp_total{ pod=~“.*trafficinfluence.*”, job=~ “.*trafficinfluence.*”, namespace="$namespace", status=~'2.*' }[5m]))

Table 8-52 Subscription Failure at AF

Field Details
Description

Measures the average per second rate of increase of failed registration for traffic influence service operations at NEF.

For more information about metric used, see Traffic Influence Metrics.

Expression

sum(rate(ocnef_ti_af_resp_total{ pod=~“.*trafficinfluence.*”, job=~ “.*trafficinfluence.*” ,namespace="$namespace",status!~"2.*”)[5m]))

Table 8-53 Successful notifications

Field Details
Description

Measures the average per second rate of increase successful notifications sent to Fivegc Agent.

For more information about metric used, see Traffic Influence Metrics.

Expression

sum(rate(ocnef_ti_srv_resp_total{ pod=~“.*trafficinfluence.*”, job=~ “.*trafficinfluence.*”, destination=~".*fivegcagent",namespace="$namespace" }[5m]))

Table 8-54 AF Latency

Field Details
Description

Measures the 95th percentile request latency for processing the messages received from AF.

For more information about metric used, see Traffic Influence Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_ti_af_latency_seconds _bucket { pod=~'.* trafficinfluence.*', job=~ “.*trafficinfluence.*”, namespace="$namespace"} [5m])))

Table 8-55 Latency at TI

Field Details
Description

Measures the 95th percentile latency of a request and response at traffic influence service.

For more information about metric used, see Traffic Influence Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_ti_srv_latency_seconds_bucket { pod=~'.* trafficinfluence.*', job=~ “.*trafficinfluence.*”, namespace="$namespace"} [5m])))

Table 8-56 TI DB Latency

Field Details
Description

Measures the 95th percentile latency for a database query for traffic influence messages.

For more information about metric used, see Traffic Influence Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_ti_db_latency_seconds_bucket { pod=~'.* trafficinfluence.*', job=~ “.*trafficinfluence.*”, namespace="$namespace"} [5m])))

8.2.6 MSISDNless MO

This section provides details about the MSISDNless MO KPIs.

Table 8-57 MSISDN-Less MO Notification request sent to Diameter Gateway

Field Details
Description

Measures the average per second rate of increase of requests sent from diameter gateway to MSISDNless MO service.

For more information about metric used, see MSISDNless MO SMS Metrics.

Expression

sum(rate(ocnef_msisdnless_mo_sms_diamgw_notify_req_total{ pod=~ “.*msisdnlessmosms.*”, job=~ “.*msisdnlessmosms.*”, namespace="$namespace"}[5m]))

Table 8-58 MSISDN-Less Mo Notification response received from Diameter Gateways

Field Details
Description

Measures the average per second rate of increase of requests sent from diameter gateway to MSISDNless MO service.

For more information about metric used, see MSISDNless MO SMS Metrics.

Expression

sum(rate(ocnef_msisdnless_mo_sms_diamgw_notify_resp_total{ pod=~ “.*msisdnlessmosms.*”, pod=~ “.*msisdnlessmosms.*”, snamespace="$namespace"}[5m]))

Table 8-59 MSISDN-Less MO Notification flow towards AF

Field Details
Description

Measures the average per-second rate of increase of responses sent to AF by Msisdnless MO SMS service.

For more information about metric used, see MSISDNless MO SMS Metrics.

Expression

sum(rate(ocnef_msisdnless_mo_sms_srv_resp_total{ pod=~ “.*msisdnlessmosms.*”, job=~ “.*msisdnlessmosms.*”, namespace="$namespace", destination=~'.*ext-nef-egress-gateway'}[5m]))

Table 8-60 Latency duration of request and response

Field Details
Description

Measures the 95th percentile request latency of request and response.

For more information about metric used, see MSISDNless MO SMS Metrics.

Expression

histogram_quantile(0.95, sum by (le) (rate(ocnef_msisdnless_mo_sms_srv_latency_bucket { pod=~ “.*msisdnlessmosms.*”, job=~ “.*msisdnlessmosms.*”, namespace="$namespace"} [5m])))

8.2.7 Event Manager KPIs

This section provides details about the Event Manager KPIs.

Table 8-61 Subscription Service Success Ratio

Field Details
Description

Measures the average per second rate of increase of successful registration for event manager service operations at CAPIF.

For more information about metric used, see Event Manager Metrics.

Expression

sum(rate(occapif_eventmgr_subscription_resp_total{ Status=~"2.*", job=~'.*eventmgr.*', pod=~'.*eventmgr.*', namespace="$namespace"}[5m]))

Table 8-62 Subscription Service Failed Ratio

Field Details
Description

Measures the average per second rate of increase of failed registration for event manager service operations at CAPIF.

For more information about metric used, see Event Manager Metrics.

Expression

sum(rate(occapif_eventmgr_subscription_resp_total{ Status!~"2.*", job=~'.*eventmgr.*', pod=~'.*eventmgr.*', namespace="$namespace"}[5m]))

Table 8-63 Publish Service Success Ratio

Field Details
Description

Measures the average per second rate of increase of successful publish for event manager service operations at CAPIF.

For more information about metric used, see Event Manager Metrics.

Expression

sum(rate(occapif_eventmgr_publish_resp_total{ job=~'.*eventmgr.*', pod=~'.*eventmgr.*', namespace="$namespace",Status=~"2.*"}[5m]))

Table 8-64 Publish Service Failed Ratio

Field Details
Description

Measures the average per second rate of increase of failed publish for event manager service operations at CAPIF.

For more information about metric used, see Event Manager Metrics.

Expression

sum(rate(occapif_eventmgr_publish_resp_total{ job=~'.*eventmgr.*', pod=~'.*eventmgr.*', namespace="$namespace",Status!~"2.*"}[5m]))

Table 8-65 Notification Service Success Ratio

Field Details
Description

Measures the average per second rate of increase of successful notification for event manager service operations at CAPIF.

For more information about metric used, see Event Manager Metrics.

Expression

sum(rate(occapif_eventmgr_notification_resp_total{ job=~'.*eventmgr.*', pod=~'.*eventmgr.*', namespace="$namespace",Status=~"2.*"}[5m]))