Module Values.MetricSourceSource

Identifies the metric source for SLOs on resources other than Application Signals services.

Sourcetype nonrec t = {
  1. metricSourceKeyAttributes : Attributes.t;
    (*

    Key attributes that identify the metric source.

    *)
  2. metricSourceAttributes : Attributes.t option;
    (*

    Additional attributes for the metric source.

    *)
}
Sourceval context_ : string
Sourceval make : ?metricSourceAttributes:??? -> metricSourceKeyAttributes:Attributes.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of KeyAttributeName.t ] * [> `String of KeyAttributeValue.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t