@hashgraph/solo
Preparing search index...
src/business/runtime-state/services/metrics-server-impl
MetricsServerImpl
Class MetricsServerImpl
Implements
MetricsServer
Index
Constructors
constructor
Methods
get
Metrics
log
Metrics
Constructors
constructor
new
MetricsServerImpl
(
logger
?:
SoloLogger
,
k8Factory
?:
K8Factory
,
ignorePodMetrics
?:
string
[]
,
)
:
MetricsServerImpl
Parameters
Optional
logger
:
SoloLogger
Optional
k8Factory
:
K8Factory
Optional
ignorePodMetrics
:
string
[]
Returns
MetricsServerImpl
Methods
get
Metrics
getMetrics
(
snapshotName
:
string
,
namespaceLookup
?:
NamespaceName
,
labelSelector
?:
string
,
contexts
?:
string
[]
,
events
?:
string
[]
,
)
:
Promise
<
AggregatedMetrics
>
Parameters
snapshotName
:
string
namespaceLookup
:
NamespaceName
= undefined
labelSelector
:
string
= undefined
contexts
:
string
[]
= undefined
events
:
string
[]
= []
Returns
Promise
<
AggregatedMetrics
>
log
Metrics
logMetrics
(
snapshotName
:
string
,
metricsLogFile
:
string
,
namespace
?:
NamespaceName
,
labelSelector
?:
string
,
contexts
?:
string
[]
,
events
?:
string
[]
,
)
:
Promise
<
void
>
Parameters
snapshotName
:
string
metricsLogFile
:
string
Optional
namespace
:
NamespaceName
Optional
labelSelector
:
string
Optional
contexts
:
string
[]
events
:
string
[]
= []
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Metrics
log
Metrics
@hashgraph/solo
Loading...