Interface protos.google.cloud.dataproc.v1.IClusterMetrics (2.4.4)

Properties of a ClusterMetrics.

Package

@google-cloud/dataproc!

Properties

hdfsMetrics

hdfsMetrics?: ({ [k: string]: (number|Long|string) }|null);

ClusterMetrics hdfsMetrics

Property Value
TypeDescription
({ [k: string]: (number|Long|string) }|null)

yarnMetrics

yarnMetrics?: ({ [k: string]: (number|Long|string) }|null);

ClusterMetrics yarnMetrics

Property Value
TypeDescription
({ [k: string]: (number|Long|string) }|null)