Values.MetricSourceSourceIdentifies the metric source for SLOs on resources other than Application Signals services.
type nonrec t = {metricSourceKeyAttributes : Attributes.t;Key attributes that identify the metric source.
*)metricSourceAttributes : Attributes.t option;Additional attributes for the metric source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of KeyAttributeName.t ]
* [> `String of KeyAttributeValue.t ])
list ])
list ]