View Source GoogleApi.Dataflow.V1b3.Model.MetricValue (google_api_dataflow v0.51.0)
The value of a metric along with its name and labels.
Attributes
-
metric(type:String.t, default:nil) - Base name for this metric. -
metricLabels(type:map(), default:nil) - Optional. Set of metric labels for this metric. -
valueHistogram(type:GoogleApi.Dataflow.V1b3.Model.DataflowHistogramValue.t, default:nil) - Histogram value of this metric. -
valueInt64(type:String.t, default:nil) - Integer value of this metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.MetricValue{ metric: String.t() | nil, metricLabels: map() | nil, valueHistogram: GoogleApi.Dataflow.V1b3.Model.DataflowHistogramValue.t() | nil, valueInt64: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.