Google Cloud Dataproc V1 Client - Class MetricSource (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class MetricSource.

Protobuf type google.cloud.dataproc.v1.Metric.MetricSource

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

METRIC_SOURCE_UNSPECIFIED

Value: 0

Unspecified metric source

Generated from protobuf enum METRIC_SOURCE_UNSPECIFIED = 0;

MONITORING_AGENT_DEFAULTS

Value: 1

Default monitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects default monitoring agent metrics, which are published with an agent.googleapis.com prefix.

Generated from protobuf enum MONITORING_AGENT_DEFAULTS = 1;

HDFS

Value: 2

HDFS metric source

Generated from protobuf enum HDFS = 2;

SPARK

Value: 3

SPARK metric source

Generated from protobuf enum SPARK = 3;

YARN

Value: 4

YARN metric source

Generated from protobuf enum YARN = 4;

SPARK_HISTORY_SERVER

Value: 5

Spark History Server metric source

Generated from protobuf enum SPARK_HISTORY_SERVER = 5;

HIVESERVER2

Value: 6

Hiveserver2 metric source

Generated from protobuf enum HIVESERVER2 = 6;