N15 AM Policy Control Create

To configure alerts related to the N15 AM Policy Control Create Request, use the following configuration:

alerts rules group AMFSvcStatus 
 interval-seconds 300
 rule AMFN15PolicyControlCreateSuccess 
  expression "sum(increase(n15_service_stats{message_type='NpcfAmPolicyControlCreateRsp', status='success'}[5m])) / sum(increase(n15_service_stats{message_type='NpcfAmPolicyControlCreateReq', status='success'}[5m])) < 0.95"  
  severity major
  type "Communications Alarm"
  annotation summary
  value "This alert is fired when the percentage of Policy control create  responses received is lesser than threshold.”  
  exit 
exit