Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.observability
/
ClusterInsightMetrics
Cluster
Insight
Metrics
@
Serializable
data
class
ClusterInsightMetrics
(
val
overallUtilizationPercent
:
Double
=
0.0
,
val
throughputPerSecond
:
Double
=
0.0
,
val
networkErrorRatePercent
:
Double
=
0.0
,
val
uptimeScore
:
Double
=
0.0
)
(
source
)
Members
Constructors
Cluster
Insight
Metrics
Link copied to clipboard
constructor
(
overallUtilizationPercent
:
Double
=
0.0
,
throughputPerSecond
:
Double
=
0.0
,
networkErrorRatePercent
:
Double
=
0.0
,
uptimeScore
:
Double
=
0.0
)
Properties
network
Error
Rate
Percent
Link copied to clipboard
val
networkErrorRatePercent
:
Double
overall
Utilization
Percent
Link copied to clipboard
val
overallUtilizationPercent
:
Double
throughput
Per
Second
Link copied to clipboard
val
throughputPerSecond
:
Double
uptime
Score
Link copied to clipboard
val
uptimeScore
:
Double