Values.MetricDimensionGroupsSourceThe available dimension information for a metric type.
type nonrec t = {metric : String_.t option;The metric type to which the dimension information belongs.
*)groups : DimensionGroupDetailList.t option;The available dimension groups for a metric type.
*)}