Failure Bulkstats
The following table lists failure bulkstats.
Bulkstats Query Name |
Type |
Expression |
Label |
---|---|---|---|
attach_ failure |
Counter |
sum(sgw_service_stats {fail_reason!='null', interface=\"interface_sgw_ingress\", reject_cause!='null',service_name= \"sgw-service\",sgw_procedure_type= \"initial_attach\",status= \"rejected\"}) by (reject_cause, fail_reason,namespace) |
reject cause |
ue_disconnect_ reason |
Counter |
sum(sgw_ue_disconnect_ stats{reason!='null'}) by (reason,namespace) |
reason |
pdn_disconnect_ reason |
Counter |
sum(sgw_pdn_disconnect_ stats{reason!='null'}) by (reason,namespace) |
reason |
retransmissions |
Counter |
sum(sgw_service_stats {interface!='null', status=\"rejected\", fail_reason=\"gtp_peer_ not_responding\"}) by (interface,namespace) |
interface |