Class ClusterMetrics (5.0.0)

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 Mapping[str, int]
The HDFS metrics.
yarn_metrics Mapping[str, int]
The YARN metrics.

Inheritance

builtins.object > proto.message.Message > ClusterMetrics

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.