Values.EntityMetricDataSourceA set of metrics that are associated with an entity, such as a specific service or resource. Contains the entity and the list of metric data associated with it.
type nonrec t = {entity : Entity.t option;The entity associated with the metrics.
*)metricData : MetricData.t option;The metric data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of DatapointValue.t
| `Enum of string
| `Integer of StorageResolution.t
| `List of
[> `Double of DatapointValue.t
| `Structure of
(string * [> `String of DimensionName.t ]) list ]
list
| `String of MetricName.t
| `Structure of
(string * [> `Double of DatapointValue.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `Structure of
(string
* [> `Map of
([> `String of EntityKeyAttributesMapKeyString.t ]
* [> `String of EntityKeyAttributesMapValueString.t ])
list ])
list ])
list ]