metricSource property

String? metricSource
getter/setter pair

A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).

Required. Possible string values are:

  • "METRIC_SOURCE_UNSPECIFIED" : Required unspecified metric source.
  • "MONITORING_AGENT_DEFAULTS" : Monitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
  • "HDFS" : HDFS metric source.
  • "SPARK" : Spark metric source.
  • "YARN" : YARN metric source.
  • "SPARK_HISTORY_SERVER" : Spark History Server metric source.
  • "HIVESERVER2" : Hiveserver2 metric source.
  • "HIVEMETASTORE" : hivemetastore metric source
  • "FLINK" : flink metric source

Implementation

core.String? metricSource;