UE Deregistration Success

To configure alerts related to the UE Deregistration procedure, use the following configuration:

alerts rules group AMFProcStatus
 interval-seconds 300
 rule UeDeRegistration
  expression "sum(amf_procedure_total{proc_type='UE DeRegistration',proc_status='ProcStatusComplete',status='success'}) / sum(amf_procedure_total{proc_type='UE DeRegistration',status='attempted'}) < 0.95"
  severity   major
  type       "Communications Alarm"
  annotation summary
   value "This alert is fired when the UE deregistration procedure success is below specified threshold"
  exit
 exit
exit