Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
GatewayStats
Interface GatewayStats
Statistics for the API Gateway.
Since
2.0.0
interface
GatewayStats
{
features
:
{
caching
:
boolean
;
compression
:
boolean
;
connectionPooling
:
boolean
;
ewmaRouting
:
boolean
;
}
;
memory
:
{
heapTotal
:
number
;
heapUsed
:
number
;
rss
:
number
;
}
;
uptime
:
number
;
version
:
string
;
}
Index
Properties
features
memory
uptime
version
Properties
features
features
:
{
caching
:
boolean
;
compression
:
boolean
;
connectionPooling
:
boolean
;
ewmaRouting
:
boolean
;
}
memory
memory
:
{
heapTotal
:
number
;
heapUsed
:
number
;
rss
:
number
;
}
uptime
uptime
:
number
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
features
memory
uptime
version
@synapse/client-sdk
Loading...
Statistics for the API Gateway.
Since
2.0.0