Module Values.MetricStreamStatisticsMetricSource

This object contains the information for one metric that is to be streamed with additional statistics.

Sourcetype nonrec t = {
  1. namespace : Namespace.t;
    (*

    The namespace of the metric.

    *)
  2. metricName : MetricName.t;
    (*

    The name of the metric.

    *)
}
Sourceval context_ : string
Sourceval make : namespace:Namespace.t -> metricName:MetricName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Namespace.t ]) 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