@bluelibs/runner - v6.3.1
Preparing search index...
IResourceHealthReport
Interface IResourceHealthReport
Aggregated runtime health report.
interface
IResourceHealthReport
{
report
:
IResourceHealthReportEntry
[]
;
totals
:
{
degraded
:
number
;
healthy
:
number
;
resources
:
number
;
unhealthy
:
number
;
}
;
find
(
resource
:
|
string
|
IResource
<
any
,
any
,
any
,
any
,
any
,
ResourceTagType
[]
,
ResourceMiddlewareAttachmentType
[]
,
>
,
)
:
IResourceHealthReportEntry
;
}
Index
Properties
report
totals
Methods
find
Properties
report
report
:
IResourceHealthReportEntry
[]
totals
totals
:
{
degraded
:
number
;
healthy
:
number
;
resources
:
number
;
unhealthy
:
number
;
}
Methods
find
find
(
resource
:
|
string
|
IResource
<
any
,
any
,
any
,
any
,
any
,
ResourceTagType
[]
,
ResourceMiddlewareAttachmentType
[]
,
>
,
)
:
IResourceHealthReportEntry
Parameters
resource
:
|
string
|
IResource
<
any
,
any
,
any
,
any
,
any
,
ResourceTagType
[]
,
ResourceMiddlewareAttachmentType
[]
,
>
Returns
IResourceHealthReportEntry
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
report
totals
Methods
find
@bluelibs/runner - v6.3.1
Loading...
Aggregated runtime health report.