Values.MetricDatumSourceInternal only. Collects Apache Airflow metrics. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
type nonrec t = {metricName : String_.t;Internal only. The name of the metric.
*)timestamp : Timestamp.t;Internal only. The time the metric data was received, expressed as an ISO 8601 datetime string.
*)dimensions : Dimensions.t option;Internal only. The dimensions associated with the metric.
*)value : Double.t option;Internal only. The value for the metric.
*)unit : Unit.t option;Internal only. The unit used to store the metric.
*)statisticValues : StatisticSet.t option;Internal only. The statistical values for the metric.
*)}val make :
?dimensions:??? ->
?value:??? ->
?unit:??? ->
?statisticValues:??? ->
metricName:String_.t ->
timestamp:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Structure of
(string * [> `Double of Double.t | `Integer of Integer.t ]) list
| `Timestamp of Timestamp.t ])
list ]