Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::DataprocMetricConfig::Metric.
A Dataproc custom metric.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metric_overrides
def metric_overrides() -> ::Array<::String>-
(::Array<::String>) —
Optional. Specify one or more Custom metrics to collect for the metric course (for the
SPARKmetric source (any Spark metric can be specified).Provide metrics in the following format:
METRIC_SOURCE:INSTANCE:GROUP:METRICUse camelcase as appropriate.Examples:
yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.usedNotes:
- Only the specified overridden metrics are collected for the
metric source. For example, if one or more
spark:executivemetrics are listed as metric overrides, otherSPARKmetrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if bothSPARKanddYARNmetric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- Only the specified overridden metrics are collected for the
metric source. For example, if one or more
#metric_overrides=
def metric_overrides=(value) -> ::Array<::String>-
value (::Array<::String>) —
Optional. Specify one or more Custom metrics to collect for the metric course (for the
SPARKmetric source (any Spark metric can be specified).Provide metrics in the following format:
METRIC_SOURCE:INSTANCE:GROUP:METRICUse camelcase as appropriate.Examples:
yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.usedNotes:
- Only the specified overridden metrics are collected for the
metric source. For example, if one or more
spark:executivemetrics are listed as metric overrides, otherSPARKmetrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if bothSPARKanddYARNmetric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- Only the specified overridden metrics are collected for the
metric source. For example, if one or more
-
(::Array<::String>) —
Optional. Specify one or more Custom metrics to collect for the metric course (for the
SPARKmetric source (any Spark metric can be specified).Provide metrics in the following format:
METRIC_SOURCE:INSTANCE:GROUP:METRICUse camelcase as appropriate.Examples:
yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.usedNotes:
- Only the specified overridden metrics are collected for the
metric source. For example, if one or more
spark:executivemetrics are listed as metric overrides, otherSPARKmetrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if bothSPARKanddYARNmetric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- Only the specified overridden metrics are collected for the
metric source. For example, if one or more
#metric_source
def metric_source() -> ::Google::Cloud::Dataproc::V1::DataprocMetricConfig::MetricSource-
(::Google::Cloud::Dataproc::V1::DataprocMetricConfig::MetricSource) — Required. A standard set of metrics is collected unless
metricOverridesare specified for the metric source (see Custom metrics for more information).
#metric_source=
def metric_source=(value) -> ::Google::Cloud::Dataproc::V1::DataprocMetricConfig::MetricSource-
value (::Google::Cloud::Dataproc::V1::DataprocMetricConfig::MetricSource) — Required. A standard set of metrics is collected unless
metricOverridesare specified for the metric source (see Custom metrics for more information).
-
(::Google::Cloud::Dataproc::V1::DataprocMetricConfig::MetricSource) — Required. A standard set of metrics is collected unless
metricOverridesare specified for the metric source (see Custom metrics for more information).