Google Cloud Dataproc v1 API - Class ClusterMetrics (5.11.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterMetrics.

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
Name Description
other ClusterMetrics

Properties

HdfsMetrics

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

The HDFS metrics.

Property Value
Type Description
MapFieldstringlong

YarnMetrics

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

YARN metrics.

Property Value
Type Description
MapFieldstringlong