Contains application statistics for a specified time interval and time period.

Hierarchy

  • Stats

Constructors

Properties

A StatsMessageTypes object containing the aggregate count of all message stats.

apiRequests: StatsRequestCount

A StatsRequestCount object containing a breakdown of API Requests.

A StatsResourceCount object containing a breakdown of channels.

connections: StatsConnectionTypes

A StatsConnectionTypes object containing a breakdown of connection related stats, such as min, mean and peak connections.

A StatsMessageTraffic object containing the aggregate count of inbound message stats.

intervalId: string

The UTC time at which the time period covered begins. If unit is set to minute this will be in the format YYYY-mm-dd:HH:MM, if hour it will be YYYY-mm-dd:HH, if day it will be YYYY-mm-dd:00 and if month it will be YYYY-mm-01:00.

A StatsMessageTraffic object containing the aggregate count of outbound message stats.

persisted: StatsMessageTypes

A StatsMessageTypes object containing the aggregate count of persisted message stats.

tokenRequests: StatsRequestCount

A StatsRequestCount object containing a breakdown of Ably Token requests.

Generated using TypeDoc