API - Observability
The Observability API provides metrics on requests sent to the Transaction API. It includes details such as the number of requests made on a particular day, how many were successful, and how many failed. For failed requests, it provides the corresponding list of modification ids. It also gives the status message and the status code for particluar events based on modification ids. This API helps track the number of successful transactions on a specific day and analyze failure reasons based on error codes/messages.
- Data retention: Metrics are stored for 30 days.
- Counting logic: If a transaction or modification is resent/updated, it is considered a new request and will be counted separately in the response.
Loading ...