N8 PCSCF Restoration Request

To configure alerts related to the N8 PCSCF Restoration Request, use the following configuration:

alerts rules group AMFSvcStatus 
 interval-seconds 300
 rule AMFN8PcscfRestorationSuccess 
  expression "sum(increase(n8_service_stats{message_type='NudmPcscfRestorationRsp', status='success'}[5m])) / sum(increase(n8_service_stats{message_type='NudmPcscfRestorationReq', status='attempted'}[5m])) < 0.95" 
  severity major
  type "Communications Alarm"
  annotation summary
  value "This alert is fired when the percentage of Pcscf Restoration responses sent is lesser than threshold.” 
  exit 
exit