We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fe011 commit d236647Copy full SHA for d236647
statusHandler/chainParamsMetricsHandler.go
@@ -29,6 +29,7 @@ func (cpm *chainParamsMetricsHandler) ChainParametersChanged(chainParameters con
29
cpm.appStatusHandler.SetUInt64Value(common.MetricMetaConsensusGroupSize, uint64(chainParameters.MetachainConsensusGroupSize))
30
cpm.appStatusHandler.SetUInt64Value(common.MetricNumNodesPerShard, uint64(chainParameters.ShardMinNumNodes))
31
cpm.appStatusHandler.SetUInt64Value(common.MetricNumMetachainNodes, uint64(chainParameters.MetachainMinNumNodes))
32
+ cpm.appStatusHandler.SetUInt64Value(common.MetricRoundDuration, chainParameters.RoundDuration)
33
}
34
35
// IsInterfaceNil returns true if there is no value under the interface
0 commit comments