Class ClusterMetrics (2.6.2)

ClusterMetrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
hdfs_metrics Sequence[google.cloud.dataproc_v1.types.ClusterMetrics.HdfsMetricsEntry]
The HDFS metrics.
yarn_metrics Sequence[google.cloud.dataproc_v1.types.ClusterMetrics.YarnMetricsEntry]
The YARN metrics.

Classes

HdfsMetricsEntry

HdfsMetricsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

YarnMetricsEntry

YarnMetricsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.