Values.RDSDatabaseProjectedMetricSourceDescribes the projected metrics of an Amazon Aurora and RDS database recommendation option. To determine the performance difference between your current Amazon Aurora and RDS database and the recommended option, compare the metric data of your service against its projected metric data.
type nonrec t = {name : RDSDBMetricName.t option;The name of the projected metric.
*)timestamps : Timestamps.t option;The timestamps of the projected metric.
*)values : MetricValues.t option;The values for the projected metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Double of MetricValue.t | `Timestamp of Timestamp.t ] list ])
list ]