View Source GoogleApi.Dataflow.V1b3.Model.PerStepNamespaceMetrics (google_api_dataflow v0.50.0)
Metrics for a particular unfused step and namespace. A metric is uniquely identified by the metrics_namespace
, original_step
, metric name
and metric_labels
.
Attributes
-
metricValues
(type:list(GoogleApi.Dataflow.V1b3.Model.MetricValue.t)
, default:nil
) - Optional. Metrics that are recorded for this namespace and unfused step. -
metricsNamespace
(type:String.t
, default:nil
) - The namespace of these metrics on the worker. -
originalStep
(type:String.t
, default:nil
) - The original system name of the unfused step that these metrics are reported from.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.PerStepNamespaceMetrics{ metricValues: [GoogleApi.Dataflow.V1b3.Model.MetricValue.t()] | nil, metricsNamespace: String.t() | nil, originalStep: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.