Values_1.MetricDataV2SourceContains the name, thresholds, and metric filters.
type nonrec t = {metric : MetricV2.t option;The metric name or metricId, thresholds, and metric filters of the returned metric.
*)value : Value.t option;The corresponding value of the metric returned in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Value.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of ThresholdValue.t
| `List of [> `String of Values_0.String_.t ] list
| `String of ResourceArnOrId.t ])
list ]
list
| `String of MetricNameV2.t ])
list ])
list ]