Handover KPIs
The following table lists the handover KPIs.
KPI Name |
Description |
Expression |
---|---|---|
SGW Relocation Success Rate |
Total SGW Relocation Success/Total Relocation Attempted |
sum(rate(sgw_service_stats {sgw_procedure_type=~ 's1_sgw_relocation_attach| x2_sgw_relocation_attach’, status=\"success\"}[5m])) by (sgw_procedure_type,namespace)/ sum(rate(sgw_service_stats {sgw_procedure_type=~ 's1_sgw_relocation_attach| x2_sgw_relocation_attach’, status=\"attempted\"}[5m])) by (sgw_procedure_type,namespace) |
Intra EUTRAN Handover Success Rate without SGW Relocation |
Total Handover Success without SGW Relocation/Total Handover Attempted without SGW Relocation |
sum(rate(sgw_service_stats {sgw_procedure_type=~ ’inter_mme_handover| intra_mme_handover', status=\"success\"}[5m])) by (sgw_procedure_type, namespace)/sum(rate (sgw_service_stats {sgw_procedure_type=~ ’inter_mme_handover| intra_mme_handover', status=\"attempted\"}[5m])) by (sgw_procedure_type,namespace) |
Inter System Handover Success Rate |
Wifi Handover Success + GnGp Handover Success)/Wifi Handover Attempted + GnGp Handover Attempted |
sum(rate(sgw_service_stats {sgw_procedure_type=~ ’inter_system_handover_attach| x2_gngp_to_lte_relocation_attach| s1_gngp_to_lte_relocation_attach', status=\"success\"}[5m])) by (sgw_procedure_type, namespace)/sum(rate(sgw_service_stats {sgw_procedure_type=~ ’inter_system_handover_attach| x2_gngp_to_lte_relocation_attach| s1_gngp_to_lte_relocation_attach', status=\"attempted\"}[5m])) by (sgw_procedure_type,namespace) |
SGW IDFT Creation Success Rate |
Total IDFT Success/Total IDFT Attempted |
sum(rate(sgw_service_stats {sgw_procedure_type=\ "create_indirect_data_ forwarding_tunnel\", status=\"success\"}[5m])) by (namespace)/sum(rate (sgw_service_stats {sgw_procedure_type= \"create_indirect_data_ forwarding_tunnel\", status=\"attempted\"}[5m])) by (namespace) |