Class ClusterMetrics (3.1.0)

public sealed class ClusterMetrics : IMessage<ClusterMetrics>, IEquatable<ClusterMetrics>, IDeepCloneable<ClusterMetrics>, IBufferMessage, IMessage

Contains cluster daemon metrics, such as HDFS and YARN stats.

Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Inheritance

Object > ClusterMetrics

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ClusterMetrics()

public ClusterMetrics()

ClusterMetrics(ClusterMetrics)

public ClusterMetrics(ClusterMetrics other)
Parameter
NameDescription
otherClusterMetrics

Properties

HdfsMetrics

public MapField<string, long> HdfsMetrics { get; }

The HDFS metrics.

Property Value
TypeDescription
MapField<String, Int64>

YarnMetrics

public MapField<string, long> YarnMetrics { get; }

The YARN metrics.

Property Value
TypeDescription
MapField<String, Int64>