MetricMetricSource

enum MetricMetricSource : Enum<MetricMetricSource> , ConvertibleToJava<MetricMetricSource>

Required. 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).

Entries

Link copied to clipboard

Required unspecified metric source.

Link copied to clipboard

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.

Link copied to clipboard

HDFS metric source.

Link copied to clipboard

Spark metric source.

Link copied to clipboard

YARN metric source.

Link copied to clipboard

Spark History Server metric source.

Link copied to clipboard

Hiveserver2 metric source.

Link copied to clipboard

hivemetastore metric source

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): MetricMetricSource
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: MetricMetricSource
Link copied to clipboard
Link copied to clipboard