Values_1.CurrentMetricDataSourceContains the data for a real-time metric.
type nonrec t = {metric : CurrentMetric.t option;Information about the metric.
*)value : Value.t option;The value of the metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Value.t
| `Structure of
(string * [> `Enum of string | `String of CurrentMetricId.t ]) list ])
list ]