Handover Bulkstats
The following table lists handover bulkstats.
Bulkstats Query Name |
Type |
Expression |
Label |
---|---|---|---|
handover_ attempt |
Counter |
sum(sgw_service_stats {sgw_procedure_type=~ 's1_sgw_relocation_attach| x2_sgw_relocation_attach| inter_mme_handover| intra_mme_handover| inter_system_handover_attach| x2_gngp_to_lte_relocation_attach| s1_gngp_to_lte_relocation_attach', status=\"attempted\"}) by (sgw_procedure_type,namespace) |
sgw_procedure_ type |
handover_ success |
Counter |
sum(sgw_service_stats {sgw_procedure_type=~ 's1_sgw_relocation_attach| x2_sgw_relocation_attach| inter_mme_handover| intra_mme_handover| inter_system_handover_attach| x2_gngp_to_lte_relocation_attach| s1_gngp_to_lte_relocation_attach', status=\"success\"}) by (sgw_procedure_type,namespace) |
sgw_procedure_ type |
handover_ failures |
Counter |
sum(sgw_service_stats {interface=\"interface_sgw_ingress\", sgw_procedure_type=~ 's1_sgw_relocation_attach| x2_sgw_relocation_attach| inter_mme_handover| intra_mme_handover| inter_system_handover_attach| x2_gngp_to_lte_relocation_attach| s1_gngp_to_lte_relocation_attach', fail_reason!='null',reject_cause!= 'null',status=\"rejected\"}) by (reject_cause,fail_reason, namespace) |
reject_cause |
handover_modify_ bearer_attempted |
Counter |
sum(sgw_service_stats {sgw_procedure_type=~ 'modify_bearer_req_s1_ ho_with_sgw_relocation| modify_bearer_req_t au_ho_with_ sgw_relocation| modify_bearer_req_x2_ ho_with_sgw_relocation|modify_ bearer_req_x2_gngp_to_lte_relocation| modify_bearer_req_s1_ gngp_to_lte_relocation', status=\"attempted\"}) by (sgw_procedure_type,namespace) |
status |
handover_modify_ bearer_success |
Counter |
sum(sgw_service_stats {sgw_procedure_type=~ 'modify_bearer_req_s1_ho_ with_sgw_relocation| modify_bearer_ req_tau_ho_with_sgw_relocation| modify_bearer_req_x2_ho_with_ sgw_relocation|modify_bearer_req_x2_ gngp_to_lte_relocation|modify_ bearer_req_s1_gngp_to_ lte_relocation',status= \"success\"}) by (sgw_procedure_type,namespace) |
status |