public sealed class JobMetrics : IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessage
JobMetrics contains a collection of metrics describing the detailed progress of a Dataflow job. Metrics correspond to user-defined and system-defined metrics in the job.
This resource captures only the most recent values of each metric; time-series data can be queried for them (under the same metric names) from Cloud Monitoring.
Implements
IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobMetrics()
public JobMetrics()
JobMetrics(JobMetrics)
public JobMetrics(JobMetrics other)
Parameter | |
---|---|
Name | Description |
other | JobMetrics |
Properties
Metrics
public RepeatedField<MetricUpdate> Metrics { get; }
All metrics for this job.
Property Value | |
---|---|
Type | Description |
RepeatedField<MetricUpdate> |
MetricTime
public Timestamp MetricTime { get; set; }
Timestamp as of which metric values are current.
Property Value | |
---|---|
Type | Description |
Timestamp |