@hashgraph/solo
Preparing search index...
src/business/runtime-state/model/cluster-metrics
ClusterMetrics
Class ClusterMetrics
Hierarchy (
View Summary
)
Metrics
ClusterMetrics
Index
Constructors
constructor
Properties
context
cpu
In
Millicores
memory
In
Mebibytes
namespace
pod
Metrics
postgres
Pod
Name
Methods
to
String
Constructors
constructor
new
ClusterMetrics
(
context
:
string
,
namespace
:
NamespaceName
,
podMetrics
:
PodMetrics
[]
,
postgresPodName
:
PodName
,
cpuInMillicores
:
number
,
memoryInMebibytes
:
number
,
)
:
ClusterMetrics
Parameters
context
:
string
namespace
:
NamespaceName
podMetrics
:
PodMetrics
[]
postgresPodName
:
PodName
cpuInMillicores
:
number
memoryInMebibytes
:
number
Returns
ClusterMetrics
Properties
Readonly
context
context
:
string
Readonly
cpu
In
Millicores
cpuInMillicores
:
number
Readonly
memory
In
Mebibytes
memoryInMebibytes
:
number
Readonly
namespace
namespace
:
NamespaceName
Readonly
pod
Metrics
podMetrics
:
PodMetrics
[]
Readonly
postgres
Pod
Name
postgresPodName
:
PodName
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
context
cpu
In
Millicores
memory
In
Mebibytes
namespace
pod
Metrics
postgres
Pod
Name
Methods
to
String
@hashgraph/solo
Loading...
Returns a string representation of an object.