Values_1.CurrentMetricResultSourceContains information about a set of real-time metrics.
type nonrec t = {dimensions : Dimensions.t option;The dimensions for the metrics.
*)collections : CurrentMetricDataCollections.t option;The set of metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Value.t
| `Structure of
(string
* [> `Enum of string | `String of CurrentMetricId.t ])
list ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of RoutingExpression.t
| `Structure of (string * [> `String of string ]) list ])
list ])
list ]