View Source GoogleApi.Dataflow.V1b3.Model.JobMetrics (google_api_dataflow v0.51.0)

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. For more information, see [Dataflow job metrics] (https://cloud.google.com/dataflow/docs/guides/using-monitoring-intf). 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.

Attributes

  • metricTime (type: DateTime.t, default: nil) - Timestamp as of which metric values are current.
  • metrics (type: list(GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t), default: nil) - All metrics for this job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.JobMetrics{
  metricTime: DateTime.t() | nil,
  metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.