Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
DiagnosticsResult
Interface DiagnosticsResult
Result of diagnostics checks for the Synapse Client SDK.
Since
2.0.0
interface
DiagnosticsResult
{
gatewayHealth
:
boolean
;
performance
:
{
requestsPerSecond
:
number
;
uptime
:
number
;
version
:
string
;
}
;
upstreams
:
{
healthy
:
boolean
;
latency
?:
number
;
url
:
string
;
}
[]
;
}
Index
Properties
gateway
Health
performance
upstreams
Properties
gateway
Health
gateway
Health
:
boolean
performance
performance
:
{
requestsPerSecond
:
number
;
uptime
:
number
;
version
:
string
;
}
upstreams
upstreams
:
{
healthy
:
boolean
;
latency
?:
number
;
url
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
gateway
Health
performance
upstreams
@synapse/client-sdk
Loading...
Result of diagnostics checks for the Synapse Client SDK.
Since
2.0.0