Struct google_dataproc1::ClusterMetrics[][src]

pub struct ClusterMetrics {
    pub yarn_metrics: Option<HashMap<String, String>>,
    pub hdfs_metrics: Option<HashMap<String, String>>,
}

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.

This type is not used in any activity, and only used as part of another schema.

Fields

The YARN metrics.

The HDFS metrics.

Trait Implementations

impl Default for ClusterMetrics
[src]

Returns the "default value" for a type. Read more

impl Clone for ClusterMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClusterMetrics
[src]

Formats the value using the given formatter. Read more

impl Part for ClusterMetrics
[src]

Auto Trait Implementations