v4
Search
K
Links
Comment on page

Message Metrics

Some high level metrics are available to monitor messaging throughput.
In the UI, metrics can be found by going to Admin > Integrations. Under the Audit Messaging tab, you'll be able to see the current number of queued messages, the number of messages sent over a given timeframe, and the current message delay between when the action was taken and when the message was sent.
Further, each of these metrics can be queried from the API using the following calls:
get
https://ris.rightsline.com
/v4/messages-queued
Gets counts of audit events yet to have messages sent out
post
https://ris.rightsline.com
/v4/messages-sent
Get the number of messages sent over a time period
post
https://ris.rightsline.com
/v4/message-delay
Get an average delay (in seconds) for the messages sent during the time frame
Last modified 4mo ago