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

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)