Values.ResponseResourceMetricSourceAn object that contains the full name, description, and unit of a metric.
type nonrec t = {metric : String_.t option;The full name of the metric.
*)description : Description.t option;The description of the metric.
*)unit : String_.t option;The unit of the metric.
*)}