public sealed class Metric : IMessage<DataprocMetricConfig.Types.Metric>, IEquatable<DataprocMetricConfig.Types.Metric>, IDeepCloneable<DataprocMetricConfig.Types.Metric>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DataprocMetricConfig.Types.Metric.
A Dataproc OSS metric.
Implements
IMessage<DataprocMetricConfig.Types.Metric>, IEquatable<DataprocMetricConfig.Types.Metric>, IDeepCloneable<DataprocMetricConfig.Types.Metric>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
Metric()
public Metric()
Metric(DataprocMetricConfig.Types.Metric)
public Metric(DataprocMetricConfig.Types.Metric other)
Parameter | |
---|---|
Name | Description |
other | DataprocMetricConfig.Types.Metric |
Properties
MetricOverrides
public RepeatedField<string> MetricOverrides { get; }
Optional. Specify one or more available OSS metrics
to collect for the metric course (for the SPARK
metric source, any
Spark metric can be
specified).
Provide metrics in the following format: <code><var>METRIC_SOURCE</var>:<var>INSTANCE</var>:<var>GROUP</var>:<var>METRIC</var></code> Use camelcase as appropriate.
Examples:
yarn:ResourceManager:QueueMetrics:AppsCompleted
spark:driver:DAGScheduler:job.allJobs
sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed
hiveserver2:JVM:Memory:NonHeapMemoryUsage.used
Notes:
- Only the specified overridden metrics will be collected for the
metric source. For example, if one or more
spark:executive
metrics are listed as metric overrides, otherSPARK
metrics will not be collected. The collection of the default metrics for other OSS metric sources is unaffected. For example, if bothSPARK
anddYARN
metric sources are enabled, and overrides are provided for Spark metrics only, all default YARN metrics will be collected.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
MetricSource
public DataprocMetricConfig.Types.MetricSource MetricSource { get; set; }
Required. Default metrics are collected unless metricOverrides
are
specified for the metric source (see Available OSS metrics
for more information).
Property Value | |
---|---|
Type | Description |
DataprocMetricConfig.Types.MetricSource |