Module Values_1.CurrentMetricResultSource

Contains information about a set of real-time metrics.

Sourcetype nonrec t = {
  1. dimensions : Dimensions.t option;
    (*

    The dimensions for the metrics.

    *)
  2. collections : CurrentMetricDataCollections.t option;
    (*

    The set of metrics.

    *)
}
Sourceval make : ?dimensions:??? -> ?collections:??? -> unit -> t
Sourceval 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 ]
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