getGatewayNodeStatistics abstract method
Get gateway node statistics.
Returns uptime, process memory, and guild count. Used to monitor gateway health and performance. Requires GATEWAY_MEMORY_STATS permission.
Implementation
@GET('/admin/gateway/stats')
Future<NodeStatsResponse> getGatewayNodeStatistics();