google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.MetricStructuredName View Source
Identifies a metric, by describing the source which generated the metric.
Attributes
- context (Map[String, String]): Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = <step-name>. Counters associated with PCollections in the SDK will have context['pcollection'] = <pcollection-name>. Defaults to:
null
. - name (String): Worker-defined metric name. Defaults to:
null
. - origin (String): Origin (namespace) of metric name. May be blank for user-define metrics; will be "dataflow" for metrics defined by the Dataflow service or SDK. Defaults to:
null
.