@hashgraph/solo
Preparing search index...
src/business/runtime-state/api/metrics-server
MetricsServer
Interface MetricsServer
interface
MetricsServer
{
getMetrics
(
snapshotName
:
string
,
namespace
?:
NamespaceName
,
labelSelector
?:
string
,
contexts
?:
string
[]
,
)
:
Promise
<
AggregatedMetrics
>
;
logMetrics
(
snapshotName
:
string
,
metricsLogFile
:
string
,
namespace
?:
NamespaceName
,
labelSelector
?:
string
,
contexts
?:
string
[]
,
)
:
Promise
<
void
>
;
}
Implemented by
MetricsServerImpl
Index
Methods
get
Metrics
log
Metrics
Methods
get
Metrics
getMetrics
(
snapshotName
:
string
,
namespace
?:
NamespaceName
,
labelSelector
?:
string
,
contexts
?:
string
[]
,
)
:
Promise
<
AggregatedMetrics
>
Parameters
snapshotName
:
string
Optional
namespace
:
NamespaceName
Optional
labelSelector
:
string
Optional
contexts
:
string
[]
Returns
Promise
<
AggregatedMetrics
>
log
Metrics
logMetrics
(
snapshotName
:
string
,
metricsLogFile
:
string
,
namespace
?:
NamespaceName
,
labelSelector
?:
string
,
contexts
?:
string
[]
,
)
:
Promise
<
void
>
Parameters
snapshotName
:
string
metricsLogFile
:
string
Optional
namespace
:
NamespaceName
Optional
labelSelector
:
string
Optional
contexts
:
string
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Metrics
log
Metrics
@hashgraph/solo
Loading...