Values_0.MetricSourceThe representation of a metric.
type nonrec t = {name : String_.t option;The name of a metric.
*)references : MetricReferenceList.t option;A list of metric references (thresholds).
*)statisticsDetails : String_.t option;The details of different statistics for a metric. The description might contain markdown.
*)metricQuery : MetricQuery.t option;The query to retrieve metric data points.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string * [> `Double of Double.t ]) list ])
list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ])
list ]