Push notification metric
For FI notifications,
The event is setup with the name: FIP:AA:FINotificationResponse
Default to null wherever the metric is not applicable.
Input Parameters
aa_id
entity ID (Same as CR entry)
timestamp
The date and time when the events occurred. The format must follow ISO 8601 (YYYY-MM-DDTHH:MM:SS.mmmZ).
headers
The headers of the events data.
fip_id
The unique identifier for the financial information provider (FIP) that generated the event.
notification_event_name
The name of the notification event.: FIP:AA:FINotificationResponse
success_response_percent
The percentage of FI Request calls for which the FI Notification is received and FI Status is marked as Ready. That is, total number of success notifications by total number of notifications received in the last 10 min.
failure_response_percent
The percentage of FI Request calls for which the FI Notification is received and FI Status is marked as DENIED or TIMEOUT. That is, total number of failure notifications by total number of notifications received in the last 10 min.
no_response_percent
The percentage of FI Request calls for which the FI Notification is not received. That is, total number of notifications received per FIP by total number of data requests created per FIP. NOTE: This metric is sent only once in 24hrs at midnight. It is null otherwise.
latency_avg_ms
Average time taken between receiving 200 OK and FI Notification across all transactions
latencyP99_ms
99th percentile of time taken between 200 OK and FI Notification, calculated from all values recorded in the time window.
latencyP95_ms
95th percentile of time taken between 200 OK and FI Notification, calculated from all values recorded in the time window
latencyP50_ms
50th percentile of time taken between 200 OK and FI Notification, calculated from all values recorded in the time window.
Last updated
Was this helpful?