@hashgraph/solo
Preparing search index...
src/business/runtime-state/model/aggregated-metrics
AggregatedMetrics
Class AggregatedMetrics
Hierarchy (
View Summary
)
Metrics
AggregatedMetrics
Index
Constructors
constructor
Properties
cluster
Metrics
cpu
In
Millicores
date?
git
Hub
Sha?
memory
In
Mebibytes
snapshot
Name
Methods
to
String
Constructors
constructor
new
AggregatedMetrics
(
snapshotName
:
string
,
clusterMetrics
:
ClusterMetrics
[]
,
cpuInMillicores
:
number
,
memoryInMebibytes
:
number
,
date
?:
Date
,
gitHubSha
?:
string
,
)
:
AggregatedMetrics
Parameters
snapshotName
:
string
clusterMetrics
:
ClusterMetrics
[]
cpuInMillicores
:
number
memoryInMebibytes
:
number
Optional
date
:
Date
Optional
gitHubSha
:
string
Returns
AggregatedMetrics
Properties
Readonly
cluster
Metrics
clusterMetrics
:
ClusterMetrics
[]
Readonly
cpu
In
Millicores
cpuInMillicores
:
number
Optional
Readonly
date
date
?:
Date
Optional
Readonly
git
Hub
Sha
gitHubSha
?:
string
Readonly
memory
In
Mebibytes
memoryInMebibytes
:
number
Readonly
snapshot
Name
snapshotName
:
string
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cluster
Metrics
cpu
In
Millicores
date
git
Hub
Sha
memory
In
Mebibytes
snapshot
Name
Methods
to
String
@hashgraph/solo
Loading...
Returns a string representation of an object.